This website requires JavaScript.
Explore
Help
Register
Sign In
caio
/
clang-p2996
Watch
1
Star
0
Fork
0
You've already forked clang-p2996
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
08eb343cce893e2594de62f1ab976ed03536cb56
clang-p2996
/
libcxx
/
test
/
std
/
algorithms
History
Marshall Clow
315cd1fec9
Update the algorithm tests to not use the (deprecated) function binders. No functional change.
...
llvm-svn: 298618
2017-03-23 16:13:50 +00:00
..
alg.c.library
…
alg.modifying.operations
Update the algorithm tests to not use the (deprecated) function binders. No functional change.
2017-03-23 16:13:50 +00:00
alg.nonmodifying
Update the algorithm tests to not use the (deprecated) function binders. No functional change.
2017-03-23 16:13:50 +00:00
alg.sorting
Stop using random_shuffle in the libc++ test suite. It's going to be removed in c++17. Use shuffle() instead. No change to libc++, just the tests.
2017-02-07 18:41:25 +00:00
algorithms.general
…