
6 Nov
2007
6 Nov
'07
9:04 a.m.
Tobias Schwinger wrote:
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?
Reference it's Jamfile from status/Jamfile: see other libraries for examples. John.