[libcxx-commits] [PATCH] D105753: [libcxx][ranges] Add `ranges::common_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Fri Jul 9 16:48:16 PDT 2021


zoecarver created this revision.
zoecarver added reviewers: cjdb, ldionne.
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++.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D105753

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/common_view.h
  libcxx/include/ranges
  libcxx/test/std/ranges/range.adaptors/range.common.view/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/ctor.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.common.view/size.pass.cpp
  libcxx/test/support/test_iterators.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D105753.357669.patch
Type: text/x-patch
Size: 28215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210709/50b2962b/attachment-0001.bin>


More information about the libcxx-commits mailing list