$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Russell Hind (rh_gmane_at_[hidden])
Date: 2005-07-15 08:54:01
Peter Dimov wrote:
>
> intrusive_ptr's strength is that it can freely interoperate with raw
> pointers, including those that are already managed by another intrusive_ptr.
> It is much safer to construct an intrusive_ptr from an arbitrary raw
> pointer.
>
Ok, thanks.
Cheers
Russell