
27 Jul
2005
27 Jul
'05
5:57 p.m.
"Stephan T. Lavavej" <stl@nuwen.net> writes:
Hi,
I have noted the following about Boost 1.32.0.
1. boost/token_iterator.hpp is very broken on line 34.
template <class TokenizerFunc, class Iterator, class Type> class token_iterator : public iterator_facade< token_iterator<TokenizerFunc, Iterator, Type> , Type // ********** SHOULD READ: const Type
Why do you think so?
, typename detail::minimum_category< forward_traversal_tag , typename iterator_traversal<Iterator>::type >::type , const Type& >
-- Dave Abrahams Boost Consulting www.boost-consulting.com