[libcxx-commits] [PATCH] D102037: [libcxx][views] Add drop_view.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri May 7 16:11:53 PDT 2021
zoecarver updated this revision to Diff 343778.
zoecarver marked 4 inline comments as done.
zoecarver added a comment.
Apply some of the comments.
I still need to:
-> Add a test for move-only input-iterator.
-> Expand the const tests.
-> Add tests for all_t CTAD.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102037/new/
https://reviews.llvm.org/D102037
Files:
libcxx/include/CMakeLists.txt
libcxx/include/__iterator/primitives.h
libcxx/include/__ranges/drop_view.h
libcxx/include/__ranges/views_all.h
libcxx/include/ranges
libcxx/test/std/ranges/range.adaptors/range.drop/range.drop.view.pass.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102037.343778.patch
Type: text/x-patch
Size: 15062 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210507/bea73eaa/attachment-0001.bin>
More information about the libcxx-commits
mailing list