This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
6794236ad4eee9aabce39ba767bf16c6573a9339
clang-p2996
/
libcxx
/
test
/
std
/
algorithms
/
alg.sorting
History
Marshall Clow
8da1a487ae
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
...
llvm-svn: 323159
2018-01-22 23:10:40 +00:00
..
alg.binary.search
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search
2018-01-16 02:34:41 +00:00
alg.clamp
…
alg.heap.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.lex.comparison
Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicographical_compare
2018-01-22 20:44:33 +00:00
alg.merge
Really comment out the constexpr tests.
2018-01-22 01:51:49 +00:00
alg.min.max
…
alg.nth.element
…
alg.permutation.generators
…
alg.set.operations
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
2018-01-22 23:10:40 +00:00
alg.sort
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
nothing_to_do.pass.cpp
…