Boost logo

Boost :

From: Eric Niebler (eric_at_[hidden])
Date: 2005-05-20 00:44:27


Aleksey Gurtovoy wrote:
> Currently 'iterator_adaptor' exposes its underlying iterator _object_
> (through 'base()'), but not its type, which stands in the way of a
> generic code manipilating adapted iterators/sequences, e.g.:
>
> template<
> typename Sequence
> >
> mtn::iterator_range< typename Sequence::iterator::base_type >
> // ^^^^^^^^^^^
> // currently unavailable

It's already there in CVS. I submitted a patch for this, which Dave A.
applied months ago.

-- 
Eric Niebler
Boost Consulting
www.boost-consulting.com

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