$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-08-31 08:53:22
From: "eldritchshadows" <nathan_at_[hidden]>
> Is there a reason that scoped_ptr.hpp doesn't have config.hpp up at
> the top like shared_ptr.hpp? When I included it, it got rid of a lot
> of MSVC++ warnings.
Which warnings? Were they emitted by scoped_ptr's source or by your own
code?
Boost headers can include whatever they want to; if you need config.hpp,
include it yourself.