OSDN Git Service

2009-10-05 John Bytheway <jbytheway@gmail.com>
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2009 17:56:02 +0000 (17:56 +0000)
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 5 Oct 2009 17:56:02 +0000 (17:56 +0000)
commit1f1d51a5fbed10cb08b91d87c6ab27aaf640ac11
treea1dfb0d0e903427470550aa255085b5a1b20c977
parent191a080da1a850e06fc97c81e3c6115fbdb6c3d9
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.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@152461 138bc75d-0d04-0410-961f-82ee72b054a4
libstdc++-v3/ChangeLog
libstdc++-v3/include/std/tuple
libstdc++-v3/testsuite/20_util/tuple/cons/41530.cc [new file with mode: 0644]