mirror of
https://github.com/boostorg/fusion.git
synced 2025-07-16 13:52:24 +02:00
updates VC7.1 workaround
[SVN r37293]
This commit is contained in:
@ -174,8 +174,7 @@ namespace boost { namespace fusion
|
||||
return static_cast<Derived const *>(this)->fnc_transformed(arg);
|
||||
}
|
||||
|
||||
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1400) \
|
||||
|| BOOST_FUSION_UNFUSED_TYPED_MAX_ARITY <= 4
|
||||
#if !BOOST_WORKAROUND(BOOST_MSVC, < 1400)
|
||||
inline typename Function::template result<arg_vector_t>::type
|
||||
operator()(BOOST_PP_ENUM(N,M,arg_vector_t))
|
||||
{
|
||||
|
Reference in New Issue
Block a user