$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Thorsten Ottosen (thorsten.ottosen_at_[hidden])
Date: 2006-05-19 10:54:03
David Abrahams wrote:
> Thorsten Ottosen <thorsten.ottosen_at_[hidden]> writes:
>
>
>>David Abrahams wrote:
>>
>>>Thorsten Ottosen <thorsten.ottosen_at_[hidden]> writes:
>>
>>>>- mutable iterators must be defined as a specialization of
>>>>boost::range_mutable_iterator
>>>
>>>
>>>What do you mean? Surely not _all_ mutable iterators. I assume the
>>>library doesn't magically make char* an invalid mutable iterator?
>>
>>Now the library does not treat char* as a Range anymore.
>
>
> I know that, but I don't see the relevance. AFAICT your statement was
> not about what qualifies as a Range but about mutable iterators.
right, range_iterator is now range_mutable_iterator and
range_result_iterator is now range_iterator.
-Thorsten