This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository libcxx.
from 17c38db Mark LWG 2716 as complete - shuffle and sample disallows lva [...] new 917af0a Implement C++17 std::sample.
The 1 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/algorithm | 78 ++++++++++++++++++++++ include/experimental/algorithm | 63 ++--------------- .../alg.random.sample/sample.fail.cpp | 12 ++-- .../alg.random.sample/sample.pass.cpp | 14 ++-- .../alg.random.sample/sample.stable.pass.cpp | 6 +- .../algorithms/alg.random.sample/sample.fail.cpp | 8 ++- test/support/test_iterators.h | 2 +- 7 files changed, 108 insertions(+), 75 deletions(-) copy test/std/{experimental/algorithms => algorithms/alg.modifying.operations}/alg [...] copy test/std/{experimental/algorithms => algorithms/alg.modifying.operations}/alg [...] copy test/std/{experimental/algorithms => algorithms/alg.modifying.operations}/alg [...]