$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Markus Schöpflin (markus.schoepflin_at_[hidden])
Date: 2002-12-05 12:40:57
David Abrahams wrote:
> Markus Schöpflin<markus.schoepflin_at_[hidden]> writes:
>> I don't get it. Do you mean, if you use shared_ptr<>, you don't
>> have a problem with the DLL boundary. I would doubt this.
> Doubt no more: it's true. boost::shared_ptr is magical!
>
> (It creates a deleter along with the count when you initialize it
> from a pointer).
I just had a look at the code and quickly decided I'll simply take
your word on it. :-)
Markus