[libcxx-commits] [PATCH] D130321: [libc++][ranges] Implement `ranges::shuffle`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 22 10:01:38 PDT 2022


This revision was automatically updated to reflect the committed changes.
Closed by commit rG14cf74d65d9f: [libc++][ranges] Implement `ranges::shuffle`. (authored by var-const).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D130321/new/

https://reviews.llvm.org/D130321

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/__algorithm/partial_sort.h
  libcxx/include/__algorithm/ranges_shuffle.h
  libcxx/include/__algorithm/shuffle.h
  libcxx/include/__debug_utils/randomize_range.h
  libcxx/include/algorithm
  libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/ranges_random_shuffle.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.random.shuffle/ranges_shuffle.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_dangling.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
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D130321.446885.patch
Type: text/x-patch
Size: 27100 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220722/fb793b76/attachment-0001.bin>


More information about the libcxx-commits mailing list