This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug libstdc++/41530] [c++0x] Cannot move-construct std::tuple from a different type of std::tuple



------- 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]