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 09:16:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
99894b61ba
More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'.
...
llvm-svn: 322970
2018-01-19 17:45:39 +00:00
..
alg.c.library
…
alg.modifying.operations
More P0202 constexpr-ifying in <algorithm>. This commit handles 'transform'.
2018-01-19 17:45:39 +00:00
alg.nonmodifying
Fix most GCC test failures.
2018-01-18 03:41:06 +00:00
alg.sorting
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search
2018-01-16 02:34:41 +00:00
algorithms.general
…