MIPSpro 7.41 workaround

[SVN r20807]
This commit is contained in:
Aleksey Gurtovoy
2003-11-14 06:55:06 +00:00
parent 3113b339d4
commit 75bc9954e4

View File

@@ -49,7 +49,7 @@ template< int N, typename Tag, typename Protect >
struct lambda_impl< arg<N>,Tag,Protect >
{
typedef true_ is_le;
typedef arg<N> type;
typedef mpl::arg<N> type;
};
template<