[all-commits] [llvm/llvm-project] 14cf74: [libc++][ranges] Implement `ranges::shuffle`.

Konstantin Varlamov via All-commits all-commits at lists.llvm.org
Fri Jul 22 10:01:31 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 14cf74d65d9f73e547fd97b00be878ac8e029a7e
      https://github.com/llvm/llvm-project/commit/14cf74d65d9f73e547fd97b00be878ac8e029a7e
  Author: Konstantin Varlamov <varconst at apple.com>
  Date:   2022-07-22 (Fri, 22 Jul 2022)

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

  Log Message:
  -----------
  [libc++][ranges] Implement `ranges::shuffle`.

Differential Revision: https://reviews.llvm.org/D130321




More information about the All-commits mailing list