-
Ensure std::iterator_traits<StateIterator> instantiates. · 858688b8Eric Fiselier authored
Due to ADL lookup performed on the begin and end functions of `for (auto _ : State)`, std::iterator_traits may get incidentally instantiated. This patch ensures the library can tolerate that.
858688b8
×