This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libstdc++/41530] [c++0x] Cannot move-construct std::tuple from a different type of std::tuple
- From: "paolo at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 5 Oct 2009 17:56:19 -0000
- Subject: [Bug libstdc++/41530] [c++0x] Cannot move-construct std::tuple from a different type of std::tuple
- References: <bug-41530-18253@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #5 from paolo at gcc dot gnu dot org 2009-10-05 17:56 -------
Subject: Bug 41530
Author: paolo
Date: Mon Oct 5 17:56:02 2009
New Revision: 152461
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=152461
Log:
2009-10-05 John Bytheway <jbytheway@gmail.com>
PR libstdc++/41530
* include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&)):
Fix to just move.
* testsuite/20_util/tuple/cons/41530.cc: New.
Added:
trunk/libstdc++-v3/testsuite/20_util/tuple/cons/41530.cc
Modified:
trunk/libstdc++-v3/ChangeLog
trunk/libstdc++-v3/include/std/tuple
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=41530