Remove random_shuffle in C++17. Please use shuffle instead. If you have to, you...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 23 Mar 2017 13:43:37 +0000 (13:43 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 23 Mar 2017 13:43:37 +0000 (13:43 +0000)
commit0f37a410293c8b507f51556eed5954d1a2fb0499
tree7006292095aa2f953cf5504f60406745610e524d
parentf9fa62e576d63bf7b1b9ecc9665f4c9ab654ce58
Remove random_shuffle in C++17.  Please use shuffle instead. If you have to, you cant get it back by defining _LIBCPP_ENABLE_CXX17_REMOVED_RANDOM_SHUFFLE before including any libc++ headers.

llvm-svn: 298597
libcxx/include/algorithm
libcxx/test/libcxx/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.cxx1z.pass.cpp [new file with mode: 0644]
libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle.pass.cpp
libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/random_shuffle_rand.pass.cpp