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: "expipiplus1 at gmail dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Wed, 14 Mar 2012 23:34:32 +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
Joe Hermaszewski <expipiplus1 at gmail dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Version|4.7.0 |4.8.0
--- Comment #2 from Joe Hermaszewski <expipiplus1 at gmail dot com> 2012-03-14 23:34:32 UTC ---
Nothing's changed in the move assignment operator in 4.8, the error remains the
same.