[libcxx-commits] [PATCH] D102037: [libcxx][views] Add drop_view.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Tue Jun 22 12:56:24 PDT 2021


zoecarver updated this revision to Diff 353758.
zoecarver added a comment.

Update based on the last few review comments.

When the CI is green I'll land it.


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.353758.patch
Type: text/x-patch
Size: 27947 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210622/d03c06fd/attachment-0001.bin>


More information about the libcxx-commits mailing list