From 75bc9954e42fc8730d26580dfa41eedb87473c38 Mon Sep 17 00:00:00 2001 From: Aleksey Gurtovoy Date: Fri, 14 Nov 2003 06:55:06 +0000 Subject: [PATCH] MIPSpro 7.41 workaround [SVN r20807] --- include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp b/include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp index 27fc47b..60844fb 100644 --- a/include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp +++ b/include/boost/mpl/aux_/preprocessed/plain/full_lambda.hpp @@ -49,7 +49,7 @@ template< int N, typename Tag, typename Protect > struct lambda_impl< arg,Tag,Protect > { typedef true_ is_le; - typedef arg type; + typedef mpl::arg type; }; template<