
20 May
2005
20 May
'05
6:26 a.m.
Eric Niebler writes:
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.
Not in the docs, which is wrong. It's not an implementation detail. Would you care to patch the docs accordingly as well? Thanks for the info, -- Aleksey Gurtovoy MetaCommunications Engineering