$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Bjorn.Karlsson_at_[hidden]
Date: 2002-06-18 02:15:49
From: Victor A. Wagner, Jr. [mailto:vawjr_at_[hidden]]
>I'm puzzled. Why does this create a dependency on auto_ptr<> ?
In <scoped_ptr.hpp>:
#include <memory>
...
scoped_ptr(std::auto_ptr<T> ptr)
Bjorn