$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: David Abrahams (david.abrahams_at_[hidden])
Date: 2001-11-19 09:40:27
----- Original Message -----
From: <nbecker_at_[hidden]>
> >>>>> "David" == David Abrahams <david.abrahams_at_[hidden]> writes:
>
> David> The iterator_adaptors library supports the storing of state
(put it in the
> David> Policies class).
>
> David> What you have below are not standard conforming iterators,
which is one
> David> reason to use the library
>
> I think we discussed this one before. You can put the state in the
> policies class, but it's the underlying base iterator that gets passed
> in some cases (dereference?), so there is no way to get at that state.
Not anymore ;-)
Check out the latest version of the library and accompanying documentation.
'-Dave