From 5e3267bf2904e25dce20713f975bc3e5db4cca00 Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Sun, 25 Jan 2004 14:27:53 +0000 Subject: [PATCH] merged from trunk [SVN r21914] --- include/boost/mpl/apply.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/apply.hpp b/include/boost/mpl/apply.hpp index 266f2a3..bf6191a 100644 --- a/include/boost/mpl/apply.hpp +++ b/include/boost/mpl/apply.hpp @@ -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)