mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-03 14:54:30 +02:00
MIPSpro 7.3.1.3 compatibility
[SVN r24954]
This commit is contained in:
@@ -41,7 +41,7 @@ struct single_iter_base
|
||||
template< typename D >
|
||||
struct BOOST_MPL_AUX_ITERATOR_ADVANCE
|
||||
{
|
||||
typedef plus< int_<N>,D > n_;
|
||||
typedef plus< mpl::int_<N>,D > n_;
|
||||
typedef single_element_iter<
|
||||
T
|
||||
, BOOST_MPL_AUX_VALUE_WKND(n_)::value
|
||||
@@ -53,7 +53,7 @@ struct single_iter_base
|
||||
{
|
||||
typedef typename minus<
|
||||
typename U::position
|
||||
, int_<N>
|
||||
, mpl::int_<N>
|
||||
>::type type;
|
||||
};
|
||||
};
|
||||
|
@@ -28,7 +28,7 @@ template<
|
||||
>
|
||||
struct protect : T
|
||||
{
|
||||
typedef protect type;
|
||||
typedef mpl::protect type;
|
||||
};
|
||||
|
||||
#if defined(BOOST_MPL_CFG_BROKEN_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES)
|
||||
|
Reference in New Issue
Block a user