mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-02 22:34:31 +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 >
|
||||
{
|
||||
typedef true_ is_le;
|
||||
typedef arg<N> type;
|
||||
typedef mpl::arg<N> type;
|
||||
};
|
||||
|
||||
template<
|
||||
|
Reference in New Issue
Block a user