sg16-unicode / sg16

SG16 overview and general information
46 stars 5 forks source link

Uninitialized append for contiguous containers #3

Closed tahonermann closed 4 years ago

tahonermann commented 6 years ago

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

mzeren-vmw commented 6 years ago

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

tahonermann commented 4 years ago

This issue is now tracked by https://github.com/cplusplus/papers/issues/322.

tahonermann commented 4 years ago

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