$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Darren Garvey (lists.drrngrvy_at_[hidden])
Date: 2007-04-26 19:38:40
Hi Robert,
As far as I know, shared_ptr is the equivalent of auto_ptr, but with no
guarantees about who copies it: ie. you can copy the object with no worries
about memory leaks.
In other words, yes.