[libcxx-commits] [PATCH] D123016: [libc++] Implement ranges::{all, any, none}_of
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 1 05:22:02 PDT 2022
philnik updated this revision to Diff 426295.
philnik marked an inline comment as done.
philnik added a comment.
- Try to fix CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123016/new/
https://reviews.llvm.org/D123016
Files:
libcxx/docs/Status/RangesAlgorithms.csv
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.426295.patch
Type: text/x-patch
Size: 36101 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220501/a4b37bbc/attachment-0001.bin>
More information about the libcxx-commits
mailing list