
Andreas Pokorny writes:
GCC-4.1.1 gives me the attached error message while compiling dynamic_image.
It boils down to:
dynamic_image.cpp:14: instantiated from here boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:85: error: call of overloaded 'arity_helper( aux::type_wrapper< .... >,aux::arity_tag<1>)' is ambiguous boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:30: note: candidates are: char (&aux::arity_helper(...))[1] boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:37: note: char (&aux::arity_helper(::aux::type_wrapper<F<T1> >,aux::arity_tag<1>))[2] boost/mpl/aux_/preprocessed/gcc/template_arity.hpp:37: note: char (&aux::arity_helper(::aux::type_wrapper<F<T1> >,aux::arity_tag<1>))[2]
Is this a known mpl<->gcc-4.1.1 issue?
AFAICT this is another side of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=28088. -- Aleksey Gurtovoy MetaCommunications Engineering