[libcxx-commits] [PATCH] D134952: [libc++][ranges]implement `std::views::take_while`
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Oct 5 23:55:21 PDT 2022
huixie90 updated this revision to Diff 465664.
huixie90 added a comment.
CI
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134952/new/
https://reviews.llvm.org/D134952
Files:
libcxx/docs/Status/Cxx2bIssues.csv
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/take_while_view.h
libcxx/include/module.modulemap.in
libcxx/include/ranges
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/general.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/range.concept.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.convert.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/sentinel/equality.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.take.while/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134952.465664.patch
Type: text/x-patch
Size: 54190 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221006/a16a6069/attachment-0001.bin>
More information about the libcxx-commits
mailing list