$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2003-02-06 07:06:46
Daniel Frey wrote:
>
> I aim for a smart pointer which is 4 bytes and adds another 4 bytes
> to the intrusivly counted object - no more. AFAICS boost cannot offer
> this with the current design.
If I understand correctly, you are saying that you want something close to
boost::intrusive_ptr, but boost::shared_ptr is not it.