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 08:56:09 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
llvm-project
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
d57c03ddca
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search
...
llvm-svn: 322529
2018-01-16 02:34:41 +00:00
..
alg.c.library
…
alg.modifying.operations
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
alg.nonmodifying
More constexpr algorithms from P0202: lower_bound, upper_bound, equal_range, binary_search
2018-01-16 02:34:41 +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
…