$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Darin Adler (darin_at_[hidden])
Date: 2002-01-24 16:30:37
On 1/24/02 1:25 PM, "David Abrahams" <david.abrahams_at_[hidden]> wrote:
> /root/boost/boost/bind.hpp:53: `int (*)(...)' is not a class, struct, or
> union type
I think this error might be (a bug in gcc 2.x) specific to extern "C"
functions with no parameters as opposed to all extern "C" functions. Maybe
you should test to see if that's true.
-- Darin