
3 May
2007
3 May
'07
8:03 p.m.
Eric Niebler <eric@boost-consulting.com> writes:
I think you're probably picking up MPL's preprocessed headers, so "#define BOOST_MPL_LIMIT_METAFUNCTION_ARITY 8" is having no effect. Can you try adding:
#define BOOST_MPL_CFG_NO_PREPROCESSED_HEADERS
That was it. Sorry for the noise. Thanks, Maurizio