Boost logo

Boost :

From: jbandela_at_[hidden]
Date: 2001-06-01 18:01:03


> the class "token_iterator" doesn't seem to have all the necessary
typedefs
> of a std::iterator. Or am I missing something? (I see the
value_type, but
> not iterator_category, difference_type, pointer, or reference.) If
its
> possible to put reasonable typedefs, then you should probably do
it, so that
> std::algorithms which look for them, could find and use them.
>

I believe token_iterator inherits from iterator_adapter which
provides the needed typedefs. I think you are looking at
token_iterator_generator and not token_iterator.

Cheers,
John R. Bandela


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