[libcxx-commits] [PATCH] D130865: [libc++][ranges] Implement `ranges::sample`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 31 21:32:14 PDT 2022


var-const created this revision.
Herald added subscribers: wenlei, mgorny.
Herald added a project: All.
var-const requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

This is the last range algorithm from C++20.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D130865

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/ranges_sample.h
  libcxx/include/__algorithm/ranges_shuffle.h
  libcxx/include/__algorithm/sample.h
  libcxx/include/__algorithm/uniform_random_bit_generator_adaptor.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap.in
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.random.sample/ranges_sample.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_proxy_iterators.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130865.448911.patch
Type: text/x-patch
Size: 35971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220801/abfdd5b6/attachment-0001.bin>


More information about the libcxx-commits mailing list