[libc++][ranges] move all range iterators back in class
authorHui <hui.xie0621@gmail.com>
Sat, 4 Feb 2023 17:09:17 +0000 (17:09 +0000)
committerHui <hui.xie0621@gmail.com>
Sat, 11 Feb 2023 15:42:08 +0000 (15:42 +0000)
commit4c2ad195f8c9fe4e3f8a57502d5334d6cbc74f76
tree80f61a3143b51739a17cf79673c177d401cac19c
parent3b059cd25b8ce31762b76a3b172fdd811c07dc34
[libc++][ranges] move all range iterators back in class

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

Differential Revision: https://reviews.llvm.org/D143324
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
libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp [new file with mode: 0644]