llvm-project/libcxx/test/std/iterators/iterator.primitives
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
..
iterator.basic
iterator.operations [libc++] ADL-proof <iterator>. `__convert_to_integral` is not a customization point. 2020-12-08 11:19:16 -05:00
iterator.traits [libc++] Support simply `std::iterator_traits` in the iterator_traits test. 2020-12-01 22:13:39 -05:00
std.iterator.tags [libc++] Remove the c++98 Lit feature from the test suite 2020-06-03 09:37:22 -04:00