mirror of
https://github.com/boostorg/compute.git
synced 2026-01-24 17:52:37 +00:00
std::random_shuffle was deprecated in C++14 and deleted in C++17. std::shuffle was added in C++11. using it fixes build issues with clang+libc++ when compiling with -std=c++1z. fixes issue #760