$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-01-30 10:52:48
I'm going to remove the old smart pointer class templates, replacing
<boost/smart_ptr.hpp> with:
#include <boost/scoped_ptr.hpp>
#include <boost/scoped_array.hpp>
#include <boost/shared_ptr.hpp>
#include <boost/shared_array.hpp>
#include <boost/weak_ptr.hpp>
I'll do this in Boost cvs on Friday, two days from now, unless someone
raises an objection here between now and then. I'll also change includes of
<boost/smart_ptr.hpp> in the rest of Boost to include the appropriate
individual header files.
-- Darin