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
8a2bedbf2798684ec862b2b341bcee9ffdcd525b
clang-p2996
/
libcxx
/
test
/
std
/
algorithms
/
alg.modifying.operations
History
Marshall Clow
bb1db210a8
Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.
...
llvm-svn: 284120
2016-10-13 13:21:38 +00:00
..
alg.copy
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
2015-02-10 16:46:42 +00:00
alg.fill
Remove trailing whitespace in test suite. Approved by Marshall Clow.
2016-06-01 21:35:39 +00:00
alg.generate
[libcxx] Properly convert the count arguments to the *_n algorithms before use.
2015-02-10 16:46:42 +00:00
alg.move
…
alg.partitions
Add missing include in test; NFC. Thanks to Jonathan Wakely for the report.
2016-10-13 13:21:38 +00:00
alg.random.sample
Implement C++17 std::sample.
2016-08-28 22:14:37 +00:00
alg.random.shuffle
Mark LWG 2716 as complete - shuffle and sample disallows lvalue URNGs.
2016-08-28 21:55:00 +00:00
alg.remove
…
alg.replace
…
alg.reverse
…
alg.rotate
…
alg.swap
Test commit: remove whitespace at EOL.
2015-02-05 07:26:14 +00:00
alg.transform
…
alg.unique
…
nothing_to_do.pass.cpp
…