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
Eric Fiselier
f892166a1d
Work around GCC constexpr initialization bug
...
llvm-svn: 324165
2018-02-03 01:48:21 +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
Fix the BinaryPredicate form of std::is_permutation to not rely on operator==
2018-01-26 21:23:27 +00:00
alg.sorting
Work around GCC constexpr initialization bug
2018-02-03 01:48:21 +00:00
algorithms.general
…