You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions
Marshall Clow a0ec4b7c85 Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice.
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227824 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
is_partitioned.pass.cpp Fix PR#22433. The algorithm is_partitioned was testing an item in the middle of the sequence twice. 11 years ago
partition.pass.cpp Move test into test/std subdirectory. 11 years ago
partition_copy.pass.cpp Move test into test/std subdirectory. 11 years ago
partition_point.pass.cpp Move test into test/std subdirectory. 11 years ago
stable_partition.pass.cpp Move test into test/std subdirectory. 11 years ago