mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-07 13:16:09 +00:00

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