This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator
- From: "paolo.carlini at oracle dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Fri, 8 Jul 2011 15:47:22 +0000
- Subject: [Bug libstdc++/49559] [C++0x] stable_sort calls self-move-assignment operator
- Auto-submitted: auto-generated
- References: <bug-49559-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=49559
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #24613|0 |1
is obsolete| |
--- Comment #18 from Paolo Carlini <paolo.carlini at oracle dot com> 2011-07-08 15:46:35 UTC ---
Created attachment 24717
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=24717
Draft patch, passes testing.
This is what I have so far. Looks pretty good to me.