[libcxx-commits] [PATCH] D105794: [libcxx][algorithms] adds ranges::is_partitioned and ranges::partition_point

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jul 13 11:39:23 PDT 2021


cjdb updated this revision to Diff 358374.
cjdb added a comment.

rebases to activate CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105794

Files:
  libcxx/include/__algorithm/is_partitioned.h
  libcxx/include/__algorithm/partition_point.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/nodiscard_ranges_extensions.pass.cpp
  libcxx/test/libcxx/diagnostics/nodiscard_ranges_extensions.verify.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_is_partitioned/ranges_is_partitioned.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_is_partitioned/special_function.compile.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_partition_point/ranges_partition_point.pass.cpp
  libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/ranges_partition_point/special_function.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105794.358374.patch
Type: text/x-patch
Size: 34862 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/2b3dc120/attachment-0001.bin>


More information about the libcxx-commits mailing list