[libcxx-commits] [PATCH] D124332: [libc++] Implement ranges::for_each{, _n}
Nikolas Klauser via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun May 1 06:27:50 PDT 2022
philnik updated this revision to Diff 426297.
philnik marked an inline comment as done.
philnik added a comment.
- Rebased
- Address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124332/new/
https://reviews.llvm.org/D124332
Files:
libcxx/docs/Status/RangesAlgorithms.csv
libcxx/include/CMakeLists.txt
libcxx/include/__algorithm/ranges_for_each.h
libcxx/include/__algorithm/ranges_for_each_n.h
libcxx/include/algorithm
libcxx/include/module.modulemap
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ranges.for_each.pass.cpp
libcxx/test/std/algorithms/alg.nonmodifying/alg.foreach/ranges.for_each_n.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D124332.426297.patch
Type: text/x-patch
Size: 19856 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220501/dac3ca60/attachment-0001.bin>
More information about the libcxx-commits
mailing list