$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Robert Marion (rob_marion1_at_[hidden])
Date: 2007-04-26 19:27:21
So, I've been using std::auto_ptr for some time, and
have always been careful to either create a copy
constructor or make it private (same for assignment).
But now that I am becoming a boost::shared_ptr
convert, I think that is no longer necessary. Is that
so?
Thanks,
Robert