benchmark/include
Eric Fiselier 858688b845 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.
2018-02-21 00:54:19 -07:00
..
benchmark Ensure std::iterator_traits<StateIterator> instantiates. 2018-02-21 00:54:19 -07:00