[all-commits] [llvm/llvm-project] 4c2ad1: [libc++][ranges] move all range iterators back in ...
Hui via All-commits
all-commits at lists.llvm.org
Sat Feb 11 07:42:39 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4c2ad195f8c9fe4e3f8a57502d5334d6cbc74f76
https://github.com/llvm/llvm-project/commit/4c2ad195f8c9fe4e3f8a57502d5334d6cbc74f76
Author: Hui <hui.xie0621 at gmail.com>
Date: 2023-02-11 (Sat, 11 Feb 2023)
Changed paths:
M libcxx/include/__ranges/elements_view.h
M libcxx/include/__ranges/filter_view.h
M libcxx/include/__ranges/iota_view.h
M libcxx/include/__ranges/istream_view.h
M libcxx/include/__ranges/split_view.h
M libcxx/include/__ranges/take_while_view.h
M libcxx/include/__ranges/transform_view.h
A libcxx/test/std/ranges/iterator_robust_against_adl.compile.pass.cpp
Log Message:
-----------
[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
More information about the All-commits
mailing list