$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Matthias Kaeppler (noreply_at_[hidden])
Date: 2005-08-28 08:12:19
Peter Dimov wrote:
> No, it's statements like
>
> coll.insert( &x );
> coll.insert( this );
> coll.insert( p ); // where p doesn't come from new
>
> that need to be avoided as they would lead to undefined behavior.
Yes, that makes sense indeed. Thanks Peter.
- Matthias