$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Aleksey Gurtovoy (agurtovoy_at_[hidden])
Date: 2005-05-20 01:26:04
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