Commits

Eric Fiselier authored 858688b845b
Ensure std::iterator_traits<StateIterator> instantiates. 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.