$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Mark Rodgers (mark.rodgers_at_[hidden])
Date: 2002-01-31 01:30:48
From: "Rainer Deyke" <root_at_[hidden]>
>
> IMO 'memory' is a bad name since the smart pointer classes deal with
> fully constructed objects, not raw memory. Maybe
> <boost/smart_ptr/scoped_ptr.hpp>?
OTOH std::auto_ptr lives in <memory> so consistency with that might be
nice.
Mark