[all-commits] [llvm/llvm-project] 6bdb64: [libc++][ranges] Implement `ranges::sample`.
Konstantin Varlamov via All-commits
all-commits at lists.llvm.org
Tue Aug 2 22:35:56 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6bdb64223473585f783572c9fbf0673b4b324a35
https://github.com/llvm/llvm-project/commit/6bdb64223473585f783572c9fbf0673b4b324a35
Author: Konstantin Varlamov <varconst at apple.com>
Date: 2022-08-02 (Tue, 02 Aug 2022)
Changed paths:
M libcxx/docs/Status/RangesAlgorithms.csv
M libcxx/include/CMakeLists.txt
M libcxx/include/__algorithm/iterator_operations.h
A libcxx/include/__algorithm/ranges_sample.h
M libcxx/include/__algorithm/ranges_shuffle.h
M libcxx/include/__algorithm/sample.h
A libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
M libcxx/include/algorithm
M libcxx/include/module.modulemap.in
M libcxx/test/libcxx/private_headers.verify.cpp
A libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/ranges_sample.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
M libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
M libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp
Log Message:
-----------
[libc++][ranges] Implement `ranges::sample`.
Differential Revision: https://reviews.llvm.org/D130865
More information about the All-commits
mailing list