MIPSpro 7.41 workaround

[SVN r20806]
This commit is contained in:
Aleksey Gurtovoy
2003-11-14 06:47:10 +00:00
parent 5a8aba52c9
commit 3113b339d4

View File

@@ -128,7 +128,7 @@ template< int N, typename Tag, typename Protect >
struct lambda_impl< arg<N>,Tag,Protect AUX_ARITY_PARAM(int_<-1>) >
{
BOOST_MPL_AUX_IS_LAMBDA_EXPR(true_)
typedef arg<N> type;
typedef mpl::arg<N> type; // qualified for the sake of MIPSpro 7.41
};
#endif // BOOST_MPL_NO_LAMBDA_HEURISTIC