This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 46da6b8 Silence a couple of 'unused variable' warnings in c++03 tests [...] new 03b862f Remove random_shuffle in C++17. Please use shuffle instead. [...] new a901b56 One more file for the random_shuffle removal
The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/__config | 1 + include/algorithm | 6 ++- .../random_shuffle.cxx1z.pass.cpp | 46 ++++++++++++++++++++++ .../alg.random.shuffle/random_shuffle.pass.cpp | 1 + .../random_shuffle_rand.pass.cpp | 1 + 5 files changed, 53 insertions(+), 2 deletions(-) create mode 100644 test/libcxx/algorithms/alg.modifying.operations/alg.random.shuf [...]