[libcxx-commits] [PATCH] D129859: [libc++][ranges] Implement `ranges::{prev, next}_permutation`

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sun Jul 31 20:47:28 PDT 2022


var-const updated this revision to Diff 448909.
var-const added a comment.

Fix the CI.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129859

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/iterator_operations.h
  libcxx/include/__algorithm/next_permutation.h
  libcxx/include/__algorithm/prev_permutation.h
  libcxx/include/__algorithm/ranges_next_permutation.h
  libcxx/include/__algorithm/ranges_prev_permutation.h
  libcxx/include/__algorithm/reverse.h
  libcxx/include/algorithm
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_comparators.pass.cpp
  libcxx/test/libcxx/algorithms/ranges_robust_against_copying_projections.pass.cpp
  libcxx/test/libcxx/private_headers.verify.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/ranges.next_permutation.pass.cpp
  libcxx/test/std/algorithms/alg.sorting/alg.permutation.generators/ranges.prev_permutation.pass.cpp
  libcxx/test/std/algorithms/ranges_result_alias_declarations.compile.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.pass.cpp
  libcxx/test/support/almost_satisfies_types.h

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


More information about the libcxx-commits mailing list