[libcxx-commits] [PATCH] D105753: [libcxx][ranges] Add `ranges::common_view`.
Zoe Carver via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Jul 15 11:11:46 PDT 2021
zoecarver updated this revision to Diff 359057.
zoecarver added a comment.
Apply Louis' 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.default.pass.cpp
libcxx/test/std/ranges/range.adaptors/range.common.view/ctor.view.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.359057.patch
Type: text/x-patch
Size: 34025 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210715/ded44c86/attachment-0001.bin>
More information about the libcxx-commits
mailing list