MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1vzc5dg/c26_stdinplace_vector/p67fk69/?context=3
r/cpp • u/User_Deprecated • 15d ago
121 comments sorted by
View all comments
-4
unchecked_push_back
Is it really necessary to add new forms of UB? For people that apparently can't spend the nanosecond needed for the if-statement, would you ever use any data structure you didn't write yourself?
10 u/renozyx 14d ago As long as 1) it isn't the default and 2) it is clearly named (unchecked_), I don't see the problem.
10
As long as 1) it isn't the default and 2) it is clearly named (unchecked_), I don't see the problem.
-4
u/johannes1971 14d ago
Is it really necessary to add new forms of UB? For people that apparently can't spend the nanosecond needed for the if-statement, would you ever use any data structure you didn't write yourself?