Boost logo

Boost :

From: Matthias Schabel (boost_at_[hidden])
Date: 2003-11-20 21:26:47


>> I used to have this code, which worked fine, now it seems broken...
>>
>> typedef
>> boost::iterator_adaptor<pointer,boost::default_iterator_policies>
>> iterator;
>> typedef
>> boost::iterator_adaptor<const_pointer,boost::
>> default_iterator_policies>
>> const_iterator;
>> typedef typename boost::reverse_iterator_generator<iterator>::type
>> reverse_iterator;
>> typedef typename
>> boost::reverse_iterator_generator<const_iterator>::type
>> const_reverse_iterator;
>>
>> is there something going on with the iterator adaptors in the
>> pre-release code base?
>
> Yes, bigtime:
>
> http://www.boost-consulting.com/boost/libs/iterator/doc/index.html

The documentation is a bit...sparse... Does this mean that the
interface is still
evolving? I assume I can just plug back in the old iterator adaptor
stuff and be
on my merry way until things have shaken out? Or is there an easy way
to
accomplish the above with the new system?

Matthias

------------------------------------------------------------------------
---------------------------
Matthias Schabel, Ph.D.
Utah Center for Advanced Imaging Research
729 Arapeen Drive
Salt Lake City, UT 84108
801-587-9413 (work)
801-585-3592 (fax)
801-706-5760 (cell)
801-484-0811 (home)
mschabel at ucair med utah edu


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