20 Aug
2014
20 Aug
'14
1:52 p.m.
Mathias Gaunard wrote:
Alternatively, Boost could provide a boost::iterator_traits that always behaves like C++14's (and would even be an alias to std::iterator_traits in C++14)
Iterators without nested types specialize std::iterator_traits. boost::iterator_traits will not work for them.