teak-llvm/libcxx/test/std/algorithms
2018-01-15 19:40:34 +00:00
..
alg.c.library
alg.modifying.operations Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 2018-01-15 19:32:32 +00:00
alg.nonmodifying More constexpr from P0202. count and count_if. Also fix a comment that Morwenn noted. 2018-01-15 19:40:34 +00:00
alg.sorting Some of the tests from earlier today had 'int' as the return type when it should have been 'bool'. Fix that. It doesn't change the behavior of any of the tests, but it's more accurate. 2018-01-15 19:32:32 +00:00
algorithms.general