[libcxx-commits] [PATCH] D110774: [libc++] [ranges] Uncomment operator<=> in transform and iota iterators.

Arthur O'Dwyer via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Wed Sep 29 15:58:07 PDT 2021


Quuxplusone updated this revision to Diff 376057.
Quuxplusone added a comment.

Oops, also use `same_as<R> auto r =` in the transform test, to match what I late-breakingly decided to do in the iota test.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110774

Files:
  libcxx/include/__ranges/iota_view.h
  libcxx/include/__ranges/transform_view.h
  libcxx/test/std/ranges/range.adaptors/range.transform/iterator/compare.pass.cpp
  libcxx/test/std/ranges/range.adaptors/range.transform/types.h
  libcxx/test/std/ranges/range.factories/range.iota.view/iterator/compare.pass.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D110774.376057.patch
Type: text/x-patch
Size: 15971 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210929/a6439c30/attachment.bin>


More information about the libcxx-commits mailing list