teak-llvm/libcxx/test/std/algorithms
Marshall Clow ac471d6db2 Really comment out the constexpr tests.
llvm-svn: 323072
2018-01-22 01:51:49 +00:00
..
alg.c.library
alg.modifying.operations More P0202 constexpr work. This commit adds fill/fill_n/generate/generate_n/unique/unique_copy. I removed a specialization of fill_n that recognized when we were dealing with raw pointers and 1 byte trivially-assignable types and did a memset, because the compiler will do that optimization for us. 2018-01-20 20:14:32 +00:00
alg.nonmodifying Fix most GCC test failures. 2018-01-18 03:41:06 +00:00
alg.sorting Really comment out the constexpr tests. 2018-01-22 01:51:49 +00:00
algorithms.general