[libcxx-commits] [PATCH] D109086: [libc++] Implement ranges::filter_view
Louis Dionne via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 1 18:52:16 PDT 2021
ldionne updated this revision to Diff 370134.
ldionne added a comment.
Poke CI overnight
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109086/new/
https://reviews.llvm.org/D109086
Files:
libcxx/docs/Status/RangesPaper.csv
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/filter_view.h
libcxx/include/module.modulemap
libcxx/include/ranges
libcxx/test/libcxx/diagnostics/detail.headers/ranges/filter_view.module.verify.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/constraints.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/ctad.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/ctor.view_pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.filter/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109086.370134.patch
Type: text/x-patch
Size: 47498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210902/5707920a/attachment-0001.bin>
More information about the libcxx-commits
mailing list