updates VC7.1 workaround

[SVN r37293]
This commit is contained in:
Tobias Schwinger
2007-03-26 19:58:44 +00:00
parent ddf3aaed17
commit ddf9cb743a

View File

@ -174,8 +174,7 @@ namespace boost { namespace fusion
return static_cast<Derived const *>(this)->fnc_transformed(arg); return static_cast<Derived const *>(this)->fnc_transformed(arg);
} }
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1400) \ #if !BOOST_WORKAROUND(BOOST_MSVC, < 1400)
|| BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY <= 4
inline typename Function::template result<arg_vector_t>::type inline typename Function::template result<arg_vector_t>::type
operator()(BOOST_PP_ENUM(N,M,arg_vector_t)) operator()(BOOST_PP_ENUM(N,M,arg_vector_t))
{ {