http://gcc.gnu.org/bugzilla/show_bug.cgi?id=48476

--- Comment #11 from paolo at gcc dot gnu.org <paolo at gcc dot gnu.org> 
2011-04-15 14:53:02 UTC ---
Author: paolo
Date: Fri Apr 15 14:52:57 2011
New Revision: 172498

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172498
Log:
2011-04-15  Takaya Saito  <gintensub...@gmail.com>

    PR libstdc++/48476
    * include/std/tuple (_Tuple_impl<>::_Tuple_impl(_Tuple_impl<>&&),
    _Tuple_impl<>::operator=(_Tuple_impl&&), _Tuple_impl<>::operator=
    (_Tuple_impl<>&&), tuple_cat): Use std::forward where appropriate.
    * testsuite/20_util/tuple/cons/48476.cc: New.
    * testsuite/20_util/tuple/48476.cc: Likewise.
    * testsuite/20_util/tuple/creation_functions/48476.cc: Likewise.

Added:
    branches/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/tuple/48476.cc
    branches/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/tuple/cons/48476.cc
   
branches/gcc-4_6-branch/libstdc++-v3/testsuite/20_util/tuple/creation_functions/48476.cc
Modified:
    branches/gcc-4_6-branch/libstdc++-v3/ChangeLog
    branches/gcc-4_6-branch/libstdc++-v3/include/std/tuple

Reply via email to