This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/63860] Ill-formed std::pair::swap implementation?
- 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: Fri, 05 Jun 2015 15:52:25 +0000
- Subject: [Bug libstdc++/63860] Ill-formed std::pair::swap implementation?
- Auto-submitted: auto-generated
- References: <bug-63860-4 at http dot gcc dot gnu dot org/bugzilla/>
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63860
Jonathan Wakely <redi at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |FIXED
Target Milestone|5.2 |6.0
--- Comment #8 from Jonathan Wakely <redi at gcc dot gnu.org> ---
Should be fixed on trunk by r224153
I don't see any point fixing it for 5.2 since G++ and Clang already accept the
ill-formed code, and aren't going to suddenly stop doing so.