From: David B. Held (dheld_at_[hidden])
Date: 2002-03-22 14:24:17


On gcc 3.04 under Linux 2.2, using lambda::bind, it seems there
is a problem with BOOST_STATIC_CONSTANT(), where it gets
used in detail/actions.hpp and detail/function_adaptors.hpp. The
error message (from just the #include, before anything actually
gets invoked) is:

/usr/local/include/boost/lambda/detail/actions.hpp:180: parse
   error before `,' token

I'd like to try it out, but I'm not sure if the gcc configuration needs to
be updated or what the best way to address this problem is.

Dave