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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Thu May 6 17:41:11 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: cjdb, ldionne, EricWF, Quuxplusone.
Herald added a subscriber: mgorny.
zoecarver requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

The first view in the libc++ ranges library 🚀


Repository:
  rG LLVM Github Monorepo

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.343544.patch
Type: text/x-patch
Size: 12315 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210507/57a6ddb9/attachment-0001.bin>


More information about the libcxx-commits mailing list