llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.operations
Arthur O'Dwyer c0428b3c0c [libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization point.
The interesting change here is that we no longer consider `__convert_to_integral`
an ADL customization point for the user's types. I think the new behavior
is defensible. The old behavior had come from D7449, where Marshall explicitly
said "people can't define their own [`__convert_to_integral` overloads]."

Differential Revision: https://reviews.llvm.org/D92814
2020-12-08 11:19:16 -05:00
..
advance.pass.cpp [libc++] Don't trigger unsigned conversion warnings in std::advance 2020-06-16 13:47:47 -04:00
distance.pass.cpp [libc++] Improve tests for iterators.operations 2020-06-08 14:59:35 -04:00
next.pass.cpp [libc++] Improve tests for iterators.operations 2020-06-08 14:59:35 -04:00
prev.pass.cpp [libc++] Improve tests for iterators.operations 2020-06-08 14:59:35 -04:00
robust_against_adl.pass.cpp [libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization point. 2020-12-08 11:19:16 -05:00