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

Uninitialized append for contiguous containers #3

Closed
tahonermann opened this issue Apr 23, 2018 · 3 comments
Closed

Uninitialized append for contiguous containers #3

tahonermann opened this issue Apr 23, 2018 · 3 comments
Assignees
Labels
enhancement New feature or request WG21-tracked This issue is tracked as a WG21 github issue

Comments

@tahonermann
Copy link
Member

Add the ability to append elements to contiguous containers (std::vector, std::string) without requiring the newly constructed elements to be unnecessarily initialized.

@tahonermann tahonermann added the enhancement New feature or request label Apr 23, 2018
@mzeren-vmw
Copy link
Collaborator

work in progress can be found at: https://github.com/mzeren-vmw/iso/blob/master/resize/d1010r0.bs

@tahonermann tahonermann added the paper submitted A paper proposing a specific solution has been submitted label Aug 6, 2018
@tahonermann
Copy link
Member Author

This issue is now tracked by cplusplus/papers#322.

@tahonermann tahonermann added WG21-tracked This issue is tracked as a WG21 github issue and removed paper submitted A paper proposing a specific solution has been submitted labels Mar 1, 2020
@tahonermann
Copy link
Member Author

This issue no longer needs to be tracked by SG16. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request WG21-tracked This issue is tracked as a WG21 github issue
Development

No branches or pull requests

2 participants