This website requires JavaScript.
Explore
Help
Sign In
shylie
/
llvm-project
Watch
1
Star
0
Fork
0
You've already forked llvm-project
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
706ffef713
More constexpr algorithms from P0202. any_of/all_of/none_of.
...
llvm-svn: 322492
2018-01-15 17:20:36 +00:00
..
alg.c.library
…
alg.modifying.operations
First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms.
2018-01-15 16:16:32 +00:00
alg.nonmodifying
More constexpr algorithms from P0202. any_of/all_of/none_of.
2018-01-15 17:20:36 +00:00
alg.sorting
First part of P0202: Adding constexpr modifiers to functions in <algorithm> and <utility>. This commit is all the is_XXX algorithms.
2018-01-15 16:16:32 +00:00
algorithms.general
…