$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Jonathan Turkanis (technews_at_[hidden])
Date: 2005-05-06 16:24:38
Elmar Loos wrote:
> Reply to Jonathan's Mail from Fri, May 06, 2005 at 11:24:00AM -0600.
>
> Hello Jonathan,
>
>> Although I'm the author of iostreams, I don't know much about bjam,
>> so I'm not sure what's going on. When I run bjam from the iostreams
>> build directory, it works fine.
> Maybe it's a platform problem? I tried with gcc-3.4 on linux and got:
> In file included from
<snip>
> error: ISO C++ forbids declaration of
> `symmetric_filter_adapter_impl' with no type
Unfortunately, symmetric_filter_adapter is currently broken -- I haven't made it
work with non-blocking i/io yet.
Jonathan