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/include/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
..
__config Add pragma system header to some experimental headers and add newlines to files. 11 years ago
algorithm Implement std::experimental::sample. 11 years ago
chrono Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No functionality change. 11 years ago
dynarray Handle function name conflicts in _LIBCPP_MSVCRT mode 11 years ago
optional Add all the relational operators to std::experimental::optional. Also update bad_optional_access to match the Library Fundamentals draft standard. This is not all of the upcoming changes to optional, though. 11 years ago
ratio Fixed an 'extra tokens at end of #endif directive' warning in experimental/ratio 11 years ago
string_view Change string_view::at to make it work with gcc and VC++. Thanks to K-ballo for the bug report, and Jonathan Wakeley for the code review in the bar. 11 years ago
system_error Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No functionality change. 11 years ago
tuple Remove constexpr support for std::apply because it introduces regressions. 11 years ago
type_traits Define a new macro: _LIBCPP_HAS_NO_VARIABLE_TEMPLATES and use it. No functionality change. 11 years ago
utility Add pragma system header to some experimental headers and add newlines to files. 11 years ago