cccl icon indicating copy to clipboard operation
cccl copied to clipboard

[FEA]: Implement P0843 `std::inplace_vector`

Open miscco opened this issue 1 year ago • 0 comments

Is this a duplicate?

  • [X] I confirmed there appear to be no duplicate issues for this request and that I agree to the Code of Conduct

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 usability

Describe alternatives you've considered

No response

Additional context

No response

miscco avatar Jul 24 '24 16:07 miscco