This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/77264] [7 Regression] std::string's replace gives wrong results with C++17, works with C++11
- From: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 16 Aug 2016 13:00:19 +0000
- Subject: [Bug libstdc++/77264] [7 Regression] std::string's replace gives wrong results with C++17, works with C++11
- Authentication-results: sourceware.org; auth=none
- Auto-submitted: auto-generated
- References: <bug-77264-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77264
--- Comment #6 from Jonathan Wakely <redi at gcc dot gnu.org> ---
The patch at https://gcc.gnu.org/ml/gcc-patches/2016-08/msg01179.html would fix
it, but I'll wait a bit to see if the committee agrees with that solution.