llvm-project/libcxx/test/std/algorithms/alg.modifying.operations
Eric Fiselier e7154709e0 Implement C++17 std::sample.
This patch implements the std::sample function added to C++17 from LFTS. It
also removes the std::experimental::sample implementation which now forwards
to std::sample.

llvm-svn: 279948
2016-08-28 22:14:37 +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 Fix warnings in test/std/algorithms 2015-07-18 21:53:16 +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