[Bug libstdc++/94032] Please provide std::string::__resize_default_init

2022-10-18 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94032

Jonathan Wakely  changed:

   What|Removed |Added

   Target Milestone|--- |12.0

--- Comment #3 from Jonathan Wakely  ---
In g:929abc7fe3ad4491ac412ca232e055618559f268 for GCC 21.1

[Bug libstdc++/94032] Please provide std::string::__resize_default_init

2022-10-17 Thread redi at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94032

Jonathan Wakely  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|UNCONFIRMED |RESOLVED

--- Comment #2 from Jonathan Wakely  ---
This has been implemented now

[Bug libstdc++/94032] Please provide std::string::__resize_default_init

2020-03-04 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=94032

--- Comment #1 from Jonathan Wakely  ---
We'll add it when it's in the draft standard. Adding it before then would
either mean only making it available for C++20 mode, or adding it to the shared
library exports as a stable ABI artefact. Neither seems very good to me.