[libcxx-commits] [PATCH] D123016: [libc++] Implement ranges::{all, any, none}_of

Nikolas Klauser via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Apr 4 02:27:51 PDT 2022


philnik created this revision.
philnik added reviewers: ldionne, var-const, Mordante.
Herald added a subscriber: mgorny.
Herald added a project: All.
philnik requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D123016

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__algorithm/ranges_all_of.h
  libcxx/include/__algorithm/ranges_any_of.h
  libcxx/include/__algorithm/ranges_none_of.h
  libcxx/include/algorithm
  libcxx/include/module.modulemap
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_all_of.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_any_of.module.verify.cpp
  libcxx/test/libcxx/diagnostics/detail.headers/algorithm/ranges_none_of.module.verify.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.all_of/ranges.all_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.any_of/ranges.any_of.pass.cpp
  libcxx/test/std/algorithms/alg.nonmodifying/alg.none_of/ranges.none_of.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123016.420124.patch
Type: text/x-patch
Size: 31199 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220404/a3ae3512/attachment-0001.bin>


More information about the libcxx-commits mailing list