$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
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