$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-01-06 15:18:00
Ben Hutchings wrote:
> In some cases you can avoid the space and time overhead of shared_ptr
> by using a smart pointer template for which the custom deleter is a
> template argument.
This is what static_move_ptr does: http://tinyurl.com/52zk4.
> Ben.
Jonathan