$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-06-09 12:09:11
Mikhail Glushenkov wrote:
> Jonathan Turkanis <technews <at> kangaroologic.com> writes:
>
>>
>> Thorsten Ottosen wrote:
>>
>>> I think Gabriel Dos Reis has some more problems with std::set, but I
>>> have forgotten them now.
>>
>> There's the question of whether you should trust the user to modify
>> elements in a set.
>
> Standard says that that set::iterator may be the same type as
> set::const_iterator.
I'm mentioning ways people have said the standard could be improved.
> In Fast_lookup this behaviour is enabled only in
> debug mode by default.
Why have different behavior in debug mode?
Jonathan