llvm-project/libcxx/test/std/experimental
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
..
algorithms Implement C++17 std::sample. 2016-08-28 22:14:37 +00:00
any [libcxx] Add std::any 2016-08-11 03:13:11 +00:00
filesystem Implement LWG 2711. Constrain path members. 2016-08-28 21:26:01 +00:00
func Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
iterator Remove trailing whitespace in test suite. Approved by Marshall Clow. 2016-06-01 21:35:39 +00:00
memory Implement p0337r0. Delete operator= for polymorphic_allocator. 2016-06-27 00:55:25 +00:00
numeric Implement LCM and GCD for Library Fundamentals. Reviewed as https://reviews.llvm.org/D21343. 2016-07-26 14:28:34 +00:00
optional Fix std::experimental::optional tests. Patch from Casey Carter. 2016-07-17 20:32:30 +00:00
string.view Replace __cplusplus comparisons and dialect __has_feature checks with TEST_STD_VER. 2016-06-14 21:31:42 +00:00
utilities Move more _LIBCPP_VERSION tests to test/libcxx. 2016-06-22 02:07:26 +00:00
nothing_to_do.pass.cpp