$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Sebastian Redl (sebastian.redl_at_[hidden])
Date: 2008-08-28 07:36:40
Phil Bouchard wrote:
> As it turns out I think a release() member function should be added to the
> smart pointer.
Which smart_ptr?
I think scoped_ptr should have a release(). It's technically impossible
to add a useful one to the refcounted smart pointers.
Sebastian