Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEA]: Implement P0843 std::inplace_vector #2063

Closed
1 task done
miscco opened this issue Jul 24, 2024 · 0 comments · Fixed by #1936
Closed
1 task done

[FEA]: Implement P0843 std::inplace_vector #2063

miscco opened this issue Jul 24, 2024 · 0 comments · Fixed by #1936
Assignees
Labels
2.7.0 Targeted for 2.7.0 release feature request New feature or request. libcu++ For all items related to libcu++

Comments

@miscco
Copy link
Collaborator

miscco commented Jul 24, 2024

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 usability

Describe alternatives you've considered

No response

Additional context

No response

@miscco miscco added feature request New feature or request. libcu++ For all items related to libcu++ labels Jul 24, 2024
@miscco miscco self-assigned this Jul 24, 2024
@github-project-automation github-project-automation bot moved this to Todo in CCCL Jul 24, 2024
@miscco miscco linked a pull request Jul 24, 2024 that will close this issue
@miscco miscco added the 2.7.0 Targeted for 2.7.0 release label Jul 31, 2024
@github-project-automation github-project-automation bot moved this from Todo to Done in CCCL Aug 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.7.0 Targeted for 2.7.0 release feature request New feature or request. libcu++ For all items related to libcu++
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant