[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2019-02-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Jonathan Wakely changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2018-07-26 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.2 |8.3 --- Comment #7 from Jakub Jelinek

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2018-06-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Jonathan Wakely changed: What|Removed |Added Keywords||rejects-valid --- Comment #6 from

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2018-06-21 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 --- Comment #5 from Jonathan Wakely --- Author: redi Date: Thu Jun 21 22:01:25 2018 New Revision: 261866 URL: https://gcc.gnu.org/viewcvs?rev=261866=gcc=rev Log: PR libstdc++/83328 add correct basic_string::insert for initializer_list The SSO

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2018-05-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Jakub Jelinek changed: What|Removed |Added Target Milestone|8.0 |8.2 --- Comment #4 from Jakub Jelinek

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2017-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Jonathan Wakely changed: What|Removed |Added Status|NEW |ASSIGNED

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2017-12-08 Thread redi at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 --- Comment #3 from Jonathan Wakely --- Fixing it is an ABI change, so it's not that simple. It should also have a const_iterator parameter, not iterator, and needs to be fixed for both std::string implementations.

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2017-12-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Marek Polacek changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2017-12-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 --- Comment #2 from Marek Polacek --- I guess include/debug/string should be adjusted too.

[Bug libstdc++/83328] string.insert does not return a iterator when using initializer lists

2017-12-08 Thread mpolacek at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=83328 Marek Polacek changed: What|Removed |Added CC||mpolacek at gcc dot gnu.org --- Comment