$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: scleary_at_[hidden]
Date: 2001-03-12 08:29:38
> 1. The file "/boost/pool/simple_segregated_storage_fwd.h" is probably
> supposed to end in a "*.hpp", but the name is too long.
What platform are you running on? What's the length limits for your
platform?
> Is there another
> file in the package that needs this forwarding file? (The file has a
> declaration of a single class template.)
Yes; just about all the pool headers depend (indirectly) on this file. If
you need a quick fix, just cut & paste that file into the beginning of
simple_segregated_storage.hpp -- that's the only file that includes it
directly.
-Steve