[libcxx-commits] [PATCH] D105793: [libcxx][algorithms] adds ranges::all_of, ranges::any_of, and ranges::none_of

Christopher Di Bella via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 12 22:10:18 PDT 2021


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

rebases to activate CI


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105793

Files:
  libcxx/include/__algorithm/all_of.h
  libcxx/include/__algorithm/any_of.h
  libcxx/include/__algorithm/none_of.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.nonmodifying/alg.all_of/ranges_all_of/ranges_all_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ranges_all_of/special_function.compile.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ranges_any_of/ranges_any_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ranges_any_of/special_function.compile.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ranges_none_of/ranges_none_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ranges_none_of/special_function.compile.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105793.358151.patch
Type: text/x-patch
Size: 37487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210713/49354d53/attachment-0001.bin>


More information about the libcxx-commits mailing list