[multiple changes]
commitfe03b3df84399b6e2f63ea4286b295e8dc145c60
authorPaolo Carlini <paolo@gcc.gnu.org>
Mon, 5 Oct 2009 14:11:11 +0000 (5 14:11 +0000)
committerPaolo Carlini <paolo@gcc.gnu.org>
Mon, 5 Oct 2009 14:11:11 +0000 (5 14:11 +0000)
tree30641a73165472d83cdeb2b7fd1a56af00148c8d
parent1a735925e30877491ac12ca78612e4de29c4bf0f
[multiple changes]

2009-10-05  Paolo Carlini  <paolo.carlini@oracle.com>

* testsuite/lib/libstdc++.exp (check_v3_target_rvalref): Remove.
* testsuite/lib/dg-options.exp (dg-require-rvalref): Likewise.

2009-10-05  Chris Jefferson  <chris@bubblescope.net>

* include/bits/stl_algo.h (__stable_partition_adaptive,
__rotate_adaptive, __merge_adaptive, __merge_sort_loop):
Extend to work with rvalue references in C++0x mode.
* testsuite/25_algorithms/inplace_merge/moveable2.cc: New.
* testsuite/25_algorithms/inplace_merge/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_partition/moveable.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable2.cc: Likewise.
* testsuite/25_algorithms/stable_sort/moveable.cc: Likewise.

From-SVN: r152451
libstdc++-v3/ChangeLog
libstdc++-v3/include/bits/stl_algo.h
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/inplace_merge/moveable2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_partition/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable.cc [new file with mode: 0644]
libstdc++-v3/testsuite/25_algorithms/stable_sort/moveable2.cc [new file with mode: 0644]
libstdc++-v3/testsuite/lib/dg-options.exp
libstdc++-v3/testsuite/lib/libstdc++.exp