$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2001-04-27 08:28:20
Daryle -
> The "boost/pool/" directory has a bunch of forward headers, one for each
> regular header. However, each of these forward headers are very small.
> Would it be better to combine all of the forward headers to a single
> "boost/pool/poolfwd.hpp" header? This would be similar to how the dozen
or
> so headers of the standard C++ I/O system use a single <iosfwd> header for
> forward declarations.
This change is already planned; another compelling reason is that the _fwd
names are too long for the Mac. It'll happen shortly after I get write
access to Boost.
-Steve