summaryrefslogtreecommitdiffstats
path: root/libstdc++-v3/testsuite/25_algorithms
diff options
context:
space:
mode:
authorpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-24 14:07:34 +0000
committerpaolo <paolo@138bc75d-0d04-0410-961f-82ee72b054a4>2009-08-24 14:07:34 +0000
commit12d19573453bd32d537a3952837a326c9a56f2ce (patch)
tree19f0bd36e26f8d4cf25a4a9abc187e5018a185ad /libstdc++-v3/testsuite/25_algorithms
parent23f19d1b5b4084f37d0273c8355424e99a180d4d (diff)
downloadppe42-gcc-12d19573453bd32d537a3952837a326c9a56f2ce.tar.gz
ppe42-gcc-12d19573453bd32d537a3952837a326c9a56f2ce.zip
2009-08-24 Chris Jefferson <chris@bubblescope.net>
* include/stl_algo.h (__unguarded_partition_pivot, __move_median_first): New. (__insertion_sort, __unguarded_insertion_sort): Adjust for move-only types. (__unguarded_linear_insert): Assume always inserting value at __last. (__unguarded_partition): Take pivot by reference. (__introsort_loop, __introselect) : Use __unguarded_partition_pivot. * testsuite/25_algorithms/nth_element/moveable.cc : Enable. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@151055 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libstdc++-v3/testsuite/25_algorithms')
-rw-r--r--libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc b/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc
index cb729492bf2..005f6ec7cbc 100644
--- a/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc
+++ b/libstdc++-v3/testsuite/25_algorithms/nth_element/moveable.cc
@@ -1,4 +1,3 @@
-// { dg-require-rvalref "" }
// { dg-options "-std=gnu++0x" }
// Copyright (C) 2005, 2007, 2009 Free Software Foundation, Inc.
OpenPOWER on IntegriCloud