[libcxx-commits] [PATCH] D143324: [libc++][ranges] move all range iterators back in class

Hui via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Sat Feb 4 10:09:59 PST 2023


huixie90 created this revision.
huixie90 added reviewers: ldionne, philnik, var-const.
Herald added a project: All.
huixie90 requested review of this revision.
Herald added a project: libc++.
Herald added a subscriber: libcxx-commits.
Herald added a reviewer: libc++.

move all range iterators back in class, as out of class iterators
requires extra template parameters, which changes ADL


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D143324

Files:
  libcxx/include/__ranges/elements_view.h
  libcxx/include/__ranges/filter_view.h
  libcxx/include/__ranges/iota_view.h
  libcxx/include/__ranges/istream_view.h
  libcxx/include/__ranges/split_view.h
  libcxx/include/__ranges/take_while_view.h
  libcxx/include/__ranges/transform_view.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D143324.494841.patch
Type: text/x-patch
Size: 56676 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20230204/7ce37cbb/attachment-0001.bin>


More information about the libcxx-commits mailing list