You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
libcxx/test/std/experimental
Evgeniy Stepanov 56a8c6438a Implement std::experimental::sample.
Following specification in "C++ Extensions for Library Fundamentals":
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2015/n4480.html#alg.random.sample



git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@237264 91177308-0d34-0410-b5e6-96231b3b80d8
11 years ago
..
algorithms/alg.random.sample Implement std::experimental::sample. 11 years ago
optional Remove non-const test to get test passing. Will come back later and (correctly) add non-const tests 11 years ago
string.view Remove XFAIL on string view test for apples clang compiler. Thanks to Marshall for the fix 11 years ago
utilities Remove constexpr support for std::apply because it introduces regressions. 11 years ago
nothing_to_do.pass.cpp Move test into test/std subdirectory. 11 years ago