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

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jul 12 12:40:26 PDT 2021


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

Apply Arthur's comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D105753/new/

https://reviews.llvm.org/D105753

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/common_view.h
  libcxx/include/module.modulemap
  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/borrowing.compile.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.358034.patch
Type: text/x-patch
Size: 31305 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210712/1f6ed8ae/attachment-0001.bin>


More information about the libcxx-commits mailing list