[all-commits] [llvm/llvm-project] 68264b: [libc++][ranges] Implement `ranges::{prev, next}_p...

philnik777 via All-commits all-commits at lists.llvm.org
Tue Aug 2 22:46:32 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68264b649461206dc095e672eacf8a003e0b9e49
      https://github.com/llvm/llvm-project/commit/68264b649461206dc095e672eacf8a003e0b9e49
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  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/next_permutation.h
    M libcxx/include/__algorithm/prev_permutation.h
    A libcxx/include/__algorithm/ranges_next_permutation.h
    A libcxx/include/__algorithm/ranges_prev_permutation.h
    M libcxx/include/__algorithm/reverse.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.sorting/alg.permutation.generators/ranges.next_permutation.pass.cpp
    A libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/ranges.prev_permutation.pass.cpp
    M libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.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/support/almost_satisfies_types.h

  Log Message:
  -----------
  [libc++][ranges] Implement `ranges::{prev, next}_permutation`.

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

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




More information about the All-commits mailing list