[libcxx-commits] [PATCH] D107096: [libcxx][ranges] Add `ranges::reverse_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Aug 9 12:51:18 PDT 2021


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

Apply review comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D107096

Files:
  libcxx/docs/Status/RangesPaper.csv
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/reverse_view.h
  libcxx/include/module.modulemap
  libcxx/include/ranges
  libcxx/test/libcxx/diagnostics/detail.headers/ranges/reverse_view.module.verify.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/base.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/begin.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/borrowing.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/ctad.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.default.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/ctor.view.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/end.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/range_concept_conformance.compile.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/size.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.reverse/types.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D107096.365270.patch
Type: text/x-patch
Size: 34628 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210809/48fa697c/attachment-0001.bin>


More information about the libcxx-commits mailing list