From 8688164a117c996b9d148179172b0979b42c8a5b Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Tue, 20 May 2003 18:55:44 +0000 Subject: [PATCH] Make plus into a valid integer constant wrapper [SVN r18470] --- include/boost/mpl/plus.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/plus.hpp b/include/boost/mpl/plus.hpp index ddb308f..77d4ead 100644 --- a/include/boost/mpl/plus.hpp +++ b/include/boost/mpl/plus.hpp @@ -58,7 +58,7 @@ struct plus , BOOST_MPL_AUX_MSVC_VALUE_WKND(T3)::value , BOOST_MPL_AUX_MSVC_VALUE_WKND(T4)::value , BOOST_MPL_AUX_MSVC_VALUE_WKND(T5)::value - > + >::type { BOOST_MPL_AUX_LAMBDA_SUPPORT(5, plus, (T1,T2,T3,T4,T5)) };