$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2004-08-27 23:11:53
"Daryle Walker" <darylew_at_[hidden]> wrote in message:
> On 8/21/04 6:19 PM, "Jonathan Turkanis" <technews_at_[hidden]> wrote:
> Have you figured this out? Are you sure that you're getting the new
> "io_fwd.hpp" that I supply with the rest of the new files? The new version
> of the header forward declares the array-streams, and supplies a critical
> default for the third template argument. (There's a version of "io_fwd.hpp"
> already in Boost that doesn't have the new stuff. So make sure the new
> version is found first.)
Yup, that was it. I reordered the include paths and now it works.
Jonathan