$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Andrei Alexandrescu (andrewalex_at_[hidden])
Date: 2002-05-01 10:42:36
"Peter Dimov" <pdimov_at_[hidden]> wrote in message
> Another important point is that in memory critical situations
(actual, not
> imaginary) I'd use a custom intrusive pointer anyway. ;-)
... which you do not have an abstraction for.
By the way, how would shared_ptr work with COM and CORBA pointers?
Andrei