[libcxx-commits] [PATCH] D102037: [libcxx][views] Add drop_view.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Jun 23 08:47:13 PDT 2021
zoecarver updated this revision to Diff 353996.
zoecarver added a comment.
Fix memset warning for GCC.
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/__ranges/drop_view.h
libcxx/include/ranges
libcxx/test/std/ranges/range.adaptors/range.drop/base.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/begin.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/ctad.compile.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/ctor.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/ctor.view.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/dangling.cache.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/end.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/general.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/size.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.drop/types.h
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102037.353996.patch
Type: text/x-patch
Size: 27966 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210623/7982d2be/attachment-0001.bin>
More information about the libcxx-commits
mailing list