[libcxx-commits] [PATCH] D103056: [libcxx][ranges] Add `ranges::transform_view`.

Zoe Carver via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon May 24 16:48:43 PDT 2021


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

- `!Const` -> `false` for readability.
- Remove `namespace ranges`.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D103056

Files:
  libcxx/include/CMakeLists.txt
  libcxx/include/__ranges/concepts.h
  libcxx/include/__ranges/subrange.h
  libcxx/include/__ranges/transform_view.h
  libcxx/include/ranges
  libcxx/test/std/ranges/range.adaptors/range.transform/range.transform.view.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D103056.347531.patch
Type: text/x-patch
Size: 38498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210524/065306e0/attachment-0001.bin>


More information about the libcxx-commits mailing list