bug fix thanks to Martin Ecker <martin.ecker-at-liwest.at>

[SVN r21913]
This commit is contained in:
Dave Abrahams
2004-01-25 14:27:18 +00:00
parent 90983941be
commit 7df089d2bb

View File

@@ -252,7 +252,7 @@ struct BOOST_PP_CAT(apply,i)
// Metafunction forwarding confuses vc7
typedef typename F::template apply<
AUX_APPLY_N_PARAMS(i, T)
>::type
>::type type;
BOOST_MPL_AUX_LAMBDA_SUPPORT(
BOOST_PP_INC(i)