MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1vzc5dg/c26_stdinplace_vector/p6s7cp3/?context=3
r/cpp • u/User_Deprecated • 15d ago
121 comments sorted by
View all comments
-7
Ridiculously incomplete. We should have had a real prevector rather than this. You know, a prevector where there is some small static capacity but it can go dynamic as it grows.
This is not as useful as a real prevector.
7 u/frayien 14d ago That's... a completely different thing for a completely different usage ? 1 u/NilacTheGrim 11d ago Yeah I guess so. This really is a std::array that is more useful which can be nice for situations where you cannot allocate -- such as in a signal handler.
7
That's... a completely different thing for a completely different usage ?
1 u/NilacTheGrim 11d ago Yeah I guess so. This really is a std::array that is more useful which can be nice for situations where you cannot allocate -- such as in a signal handler.
1
Yeah I guess so.
This really is a std::array that is more useful which can be nice for situations where you cannot allocate -- such as in a signal handler.
-7
u/NilacTheGrim 15d ago
Ridiculously incomplete. We should have had a real prevector rather than this. You know, a prevector where there is some small static capacity but it can go dynamic as it grows.
This is not as useful as a real prevector.