mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
MIPSpro 7.41 workaround
[SVN r20807]
This commit is contained in:
@@ -49,7 +49,7 @@ template< int N, typename Tag, typename Protect >
|
|||||||
struct lambda_impl< arg<N>,Tag,Protect >
|
struct lambda_impl< arg<N>,Tag,Protect >
|
||||||
{
|
{
|
||||||
typedef true_ is_le;
|
typedef true_ is_le;
|
||||||
typedef arg<N> type;
|
typedef mpl::arg<N> type;
|
||||||
};
|
};
|
||||||
|
|
||||||
template<
|
template<
|
||||||
|
Reference in New Issue
Block a user