$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: nbecker_at_[hidden]
Date: 2001-11-19 09:44:02
>>>>> "David" == David Abrahams <david.abrahams_at_[hidden]> writes:
David> ----- Original Message -----
David> From: <nbecker_at_[hidden]>
>> >>>>> "David" == David Abrahams <david.abrahams_at_[hidden]> writes:
>>
David> The iterator_adaptors library supports the storing of state
David> (put it in the
David> Policies class).
>>
David> What you have below are not standard conforming iterators,
David> 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.
David> Not anymore ;-)
David> Check out the latest version of the library and accompanying documentation.
Latest released version or CVS?