Boost logo

Boost :

From: Matthias Schabel (boost_at_[hidden])
Date: 2003-11-20 17:07:29


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?

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