$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mikhail Glushenkov (bbman_at_[hidden])
Date: 2005-06-09 06:00:06
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. In Fast_lookup this behaviour is enabled only in debug
mode by default.