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: "redi at gcc dot gnu.org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 15 Mar 2012 01:20:33 +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
--- Comment #9 from Jonathan Wakely <redi at gcc dot gnu.org> 2012-03-15 01:20:33 UTC ---
Created attachment 26895
--> http://gcc.gnu.org/bugzilla/attachment.cgi?id=26895
barely tested patch that allows testcase to compile
here's a prototype, I'll come back to it later