[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 10:57:50 PDT 2021


zoecarver updated this revision to Diff 353711.
zoecarver marked 3 inline comments as done.
zoecarver added a comment.

Update based on review.


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/default.ctor.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
  libcxx/test/std/ranges/range.adaptors/range.drop/view.ctor.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102037.353711.patch
Type: text/x-patch
Size: 25773 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210622/ebbb3c05/attachment-0001.bin>


More information about the libcxx-commits mailing list