[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:54:21 PDT 2021
Quuxplusone updated this revision to Diff 376056.
Quuxplusone retitled this revision from "[libc++] [ranges] Uncomment transform_view::iterator::operator<=>." to "[libc++] [ranges] Uncomment operator<=> in transform and iota iterators.".
Quuxplusone edited the summary of this revision.
Quuxplusone added reviewers: rarutyun, jloser.
Quuxplusone added a comment.
Find and fix the same issue with `iota_view::iterator`.
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.376056.patch
Type: text/x-patch
Size: 15933 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20210929/cb3aa092/attachment-0001.bin>
More information about the libcxx-commits
mailing list