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
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.c.library
…
alg.modifying.operations
Another batch of P0202 constepr algirithms. remove/remove_if/remove_copy/remove_copy_if/reverse_copy, and tests (commented out) for rotate_copy, because that depends on std::copy
2018-01-22 21:43:04 +00:00
alg.nonmodifying
Still more P0202 constexpr-ifying. This batch is: for_each/for_each_n/lexicographical_compare
2018-01-22 20:44:33 +00:00
alg.sorting
Last batch of P0202 constexpr additions: includes/set_intersection/exchange
2018-01-22 23:10:40 +00:00
algorithms.general
…