This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
llvm-project
Watch
0
Star
0
Fork
0
You've already forked llvm-project
mirror of
https://github.com/llvm/llvm-project.git
synced
2025-05-10 06:36:08 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
674f9128b7
partition_point gets the P0202 treatment
...
llvm-svn: 322493
2018-01-15 17:53:34 +00:00
..
alg.c.library
…
alg.modifying.operations
partition_point gets the P0202 treatment
2018-01-15 17:53:34 +00:00
alg.nonmodifying
partition_point gets the P0202 treatment
2018-01-15 17:53:34 +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
…