[libcxx-commits] [PATCH] D129624: [libc++][ranges] Implement `ranges::{, stable_}partition`.

Konstantin Varlamov via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Jul 13 02:15:38 PDT 2022


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

Patch link.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129624

Files:
  libcxx/docs/Status/RangesAlgorithms.csv
  libcxx/include/__algorithm/make_projected.h
  libcxx/include/__algorithm/partition.h
  libcxx/include/__algorithm/ranges_partition.h
  libcxx/include/__algorithm/ranges_stable_partition.h
  libcxx/include/__algorithm/stable_partition.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/std/algorithms/alg.modifying.operations/alg.partitions/ranges_partition.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_stable_partition.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_nonbool_predicates.compile.pass.cpp
  libcxx/test/std/algorithms/ranges_robust_against_omitting_invoke.compile.pass.cpp
  libcxx/test/std/library/description/conventions/customization.point.object/niebloid.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D129624.444192.patch
Type: text/x-patch
Size: 47918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220713/d76dd60c/attachment-0001.bin>


More information about the libcxx-commits mailing list