[FEA]: Implement P0843 std::inplace_vector
#2063
Labels
2.7.0
Targeted for 2.7.0 release
feature request
New feature or request.
libcu++
For all items related to libcu++
Is this a duplicate?
Area
libcu++
Is your feature request related to a problem? Please describe.
std::inplace_vector
has been merged into the C++26 working draft.This is an exiting new container that will be quite useful to our users
Describe the solution you'd like
Implement
std::inplace_vector
and backport it to C++17 so that we can ensure broad usabilityDescribe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: