cxx/test/std/algorithms/alg.sorting
2015-05-10 13:53:31 +00:00
..
alg.binary.search Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
alg.heap.operations Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
alg.lex.comparison Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
alg.merge Fix PR#22427. The implementation of inplace_merge had a \'small data set\' optimization; if either half of the merge was small (i.e, less than 9 items), it did an inplace merge rather than allocating a buffer and doing a faster/smarter merge. However, this failed to satisfy the complexity requirements in the standard. Remove that code. Add tests to check the complexity, and add the same tests for std::merge, since we are in that section of the test suite anyway. 2015-02-02 17:35:53 +00:00
alg.min.max Fix for LWG Issue 2369: constexpr max(initializer_list) vs max_element 2015-05-10 13:53:31 +00:00
alg.nth.element Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
alg.permutation.generators Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
alg.set.operations Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
alg.sort Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00
nothing_to_do.pass.cpp Move test into test/std subdirectory. 2014-12-20 01:40:03 +00:00