This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/52591] [C++0x] [4.7 Regression] moving std::vector relies on movable elements
- 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: Wed, 14 Mar 2012 22:43:45 +0000
- Subject: [Bug libstdc++/52591] [C++0x] [4.7 Regression] moving std::vector relies on movable elements
- Auto-submitted: auto-generated
- References: <bug-52591-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=52591
Paolo Carlini <paolo.carlini at oracle dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jwakely.gcc at gmail dot
| |com
--- Comment #1 from Paolo Carlini <paolo.carlini at oracle dot com> 2012-03-14 22:43:45 UTC ---
Jon, can you have a look? I suspect it's just matter of telling apart cases in
the move-assignment operator at compile time with templates instead of a normal
conditional.