$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Tobias Schwinger (tschwinger_at_[hidden])
Date: 2007-11-05 14:43:02
Eric Niebler wrote:
> Function_types is causing the following xpressive failure on gcc 3.3:
> http://tinyurl.com/2uk9zq.
>
>
> ../boost/function_types/detail/components_impl/arity10_0.hpp:24: error:
> redefinition
> of `struct boost::function_types::detail::components_impl<R (*)(), L>'
> ../boost/function_types/detail/components_impl/arity10_0.hpp:24: error:
> previous
> definition of `struct
> boost::function_types::detail::components_impl<R (*)(), L>'
>
Should hopefully be fixed now. I really should get that library under
test. What do I have to do to make it happen?
Thanks,
Tobias