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++/42352] -std=c++0x reference binding problem



------- Comment #7 from paolo at gcc dot gnu dot org  2009-12-11 22:05 -------
Subject: Bug 42352

Author: paolo
Date: Fri Dec 11 22:04:56 2009
New Revision: 155180

URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=155180
Log:
2009-12-11  Paolo Carlini  <paolo.carlini@oracle.com>

        PR libstdc++/42352
        * include/bits/list.tcc (sort): Use _GLIBCXX_MOVE for list::splice
        and list::merge calls.
        * testsuite/23_containers/list/operations/42352.cc: New.

Added:
    trunk/libstdc++-v3/testsuite/23_containers/list/operations/42352.cc
Modified:
    trunk/libstdc++-v3/ChangeLog
    trunk/libstdc++-v3/include/bits/list.tcc
    trunk/libstdc++-v3/include/parallel/numeric


-- 


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


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