https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86169
--- Comment #5 from Jonathan Wakely ---
Oh dear, this should have removed the 'noexcept' from the non-const data(),
since it might now fail to allocate.
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86169
--- Comment #4 from Jonathan Wakely ---
Author: redi
Date: Fri Jun 15 19:19:04 2018
New Revision: 261646
URL: https://gcc.gnu.org/viewcvs?rev=261646&root=gcc&view=rev
Log:
PR libstdc++/86169 unshare COW string when non-const data() called
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86169
Jonathan Wakely changed:
What|Removed |Added
Keywords||wrong-code
Status|ASSIGNED
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86169
--- Comment #2 from Jonathan Wakely ---
Author: redi
Date: Fri Jun 15 19:01:39 2018
New Revision: 261644
URL: https://gcc.gnu.org/viewcvs?rev=261644&root=gcc&view=rev
Log:
PR libstdc++/86169 unshare COW string when non-const data() called
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86169
--- Comment #1 from Jonathan Wakely ---
Author: redi
Date: Fri Jun 15 18:47:29 2018
New Revision: 261642
URL: https://gcc.gnu.org/viewcvs?rev=261642&root=gcc&view=rev
Log:
PR libstdc++/86169 unshare COW string when non-const data() called
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=86169
Jonathan Wakely changed:
What|Removed |Added
Status|UNCONFIRMED |ASSIGNED
Last reconfirmed|