summaryrefslogtreecommitdiffstats
path: root/libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample
Commit message (Collapse)AuthorAgeFilesLines
* Implement C++17 std::sample.Eric Fiselier2016-08-283-0/+244
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
OpenPOWER on IntegriCloud