[libcxx-commits] [PATCH] D134952: [libc++][ranges]implement `std::views::take_while`
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Sun Oct 9 00:11:38 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rGa2c6a1193f41: [libc++][ranges]implement `std::views::take_while` (authored by huixie90).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134952/new/
https://reviews.llvm.org/D134952
Files:
libcxx/docs/Status/Cxx20Papers.csv
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.466352.patch
Type: text/x-patch
Size: 57090 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221009/25a103b5/attachment-0001.bin>
More information about the libcxx-commits
mailing list