Boost logo

Boost :

From: David Abrahams (dave_at_[hidden])
Date: 2005-07-27 12:57:32


"Stephan T. Lavavej" <stl_at_[hidden]> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk