[libcxx-commits] [PATCH] D135460: [libc++][ranges] implement `std::ranges::drop_while_view`
Hui via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Mon Oct 17 05:10:43 PDT 2022
huixie90 updated this revision to Diff 468169.
huixie90 marked 4 inline comments as done.
huixie90 added a comment.
addressed comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D135460/new/
https://reviews.llvm.org/D135460
Files:
libcxx/docs/Status/Cxx20Papers.csv
libcxx/include/CMakeLists.txt
libcxx/include/__ranges/drop_while_view.h
libcxx/include/module.modulemap.in
libcxx/include/ranges
libcxx/test/libcxx/private_headers.verify.cpp
libcxx/test/libcxx/ranges/range.adaptors/range.drop.while/assert.begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/adaptor.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/borrowed.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/general.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/pred.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop.while/range.concept.compile.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D135460.468169.patch
Type: text/x-patch
Size: 39014 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20221017/f5343903/attachment-0001.bin>
More information about the libcxx-commits
mailing list