[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 00:14:00 PDT 2021
cjdb created this revision.
cjdb added reviewers: ldionne, zoecarver, Mordante, EricWF.
cjdb requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.
Implements part of http://wg21.link/p0896.
Implements [alg.all.of], [alg.any.of], [alg.none.of].
Depends on D105792 <https://reviews.llvm.org/D105792>.
Repository:
rG LLVM Github Monorepo
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.357850.patch
Type: text/x-patch
Size: 37487 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210712/40fa16c6/attachment-0001.bin>
More information about the libcxx-commits
mailing list