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
4f052d075c0e074e34756dd8565e53ffd1c9929e
clang-p2996
/
libcxx
/
test
/
std
/
algorithms
/
alg.modifying.operations
/
alg.partitions
History
Marshall Clow
1b9a4ffd6b
Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicographical_compare
...
llvm-svn: 323147
2018-01-22 20:44:33 +00:00
..
is_partitioned.pass.cpp
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
partition_copy.pass.cpp
Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicographical_compare
2018-01-22 20:44:33 +00:00
partition_point.pass.cpp
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
partition.pass.cpp
Cleanup _LIBCPP_HAS_NO_<c++11-feature> in algorithm
2017-04-18 23:26:47 +00:00
stable_partition.pass.cpp
…