$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: dlux42
Date: 2003-02-10 18:31:07
> It seems then that Boost might benefit from an extended auto_ptr
> implementation. shared_ptr and friends provide for alternative delete
> functions where as auto_ptr does not.
As a boost user, I totally agreed. (I had to write it for myself,
because boost does not have it :-( ).