[PATCH] D67586: Replace uses of std::iterator with explicit typedefs
Hamza Sood via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 14 15:35:49 PDT 2019
hamzasood added a comment.
I just realised that the unqualified calls worked because a base class of type `std::iterator` means that functions in `namespace std` will be found by ADL. So you can ignore the last paragraph in the patch summary.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67586/new/
https://reviews.llvm.org/D67586
More information about the llvm-commits
mailing list