$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Peter Dimov (pdimov_at_[hidden])
Date: 2002-06-18 05:40:26
From: "Yitzhak Sapir" <yitzhaks_at_[hidden]>
> > Bjorn wrote:
> > It's bad because it introduces a dependency, without adding significant
value (IMHO).
>
> Most of us don't change <memory> on a regular basis. So why is the
dependency
> problematic?
boost/config.hpp will be dragged in as well because of BOOST_NO_AUTO_PTR. I
don't know how relevant is that macro, though.