This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/79162] [7 Regression] [C++17] ambiguity in string assignment due to string_view overload
- 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: Mon, 17 Jul 2017 12:55:45 +0000
- Subject: [Bug libstdc++/79162] [7 Regression] [C++17] ambiguity in string assignment due to string_view overload
- Auto-submitted: auto-generated
- References: <bug-79162-4@http.gcc.gnu.org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=79162
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|FIXED |---
--- Comment #15 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Thanks, Daniel. Let's reopen this to make the T -> const T& changes.