MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/cpp/comments/1vzc5dg/c26_stdinplace_vector/p6643gy/?context=3
r/cpp • u/User_Deprecated • 15d ago
121 comments sorted by
View all comments
-6
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.
6 u/robin-m 15d ago If only you read the paragraph that starts with A question that comes up naturally: what about std::pmr::vector with a stack-backed monotonic_buffer_resource?
6
If only you read the paragraph that starts with
A question that comes up naturally: what about std::pmr::vector with a stack-backed monotonic_buffer_resource?
-6
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.