[all-commits] [llvm/llvm-project] 4038c8: [libc++][ranges] Implement `ranges::is_permutation`

philnik777 via All-commits all-commits at lists.llvm.org
Thu Aug 4 10:57:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4038c859e58c12e997041927a87e880f2f3ef883
      https://github.com/llvm/llvm-project/commit/4038c859e58c12e997041927a87e880f2f3ef883
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2022-08-04 (Thu, 04 Aug 2022)

  Changed paths:
    M libcxx/docs/Status/RangesAlgorithms.csv
    M libcxx/include/CMakeLists.txt
    M libcxx/include/__algorithm/is_permutation.h
    A libcxx/include/__algorithm/ranges_is_permutation.h
    M libcxx/include/__iterator/iterator_traits.h
    M libcxx/include/algorithm
    M libcxx/include/module.modulemap.in
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
    M libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
    M libcxx/test/libcxx/private_headers.verify.cpp
    A libcxx/test/std/algorithms/alg.nonmodifying/alg.is_permutation/ranges.is_permutation.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr.pass.cpp
    M libcxx/test/std/algorithms/alg.sorting/alg.sort/sort/sort_constexpr_comp.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_differing_projections.pass.cpp
    M libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.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::is_permutation`

Co-authored-by: Konstantin Varlamov <varconst at apple.com>

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




More information about the All-commits mailing list