mirror of
https://github.com/boostorg/mpl.git
synced 2025-08-05 15:54:39 +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 >
|
template< typename D >
|
||||||
struct BOOST_MPL_AUX_ITERATOR_ADVANCE
|
struct BOOST_MPL_AUX_ITERATOR_ADVANCE
|
||||||
{
|
{
|
||||||
typedef plus< int_<N>,D > n_;
|
typedef plus< mpl::int_<N>,D > n_;
|
||||||
typedef single_element_iter<
|
typedef single_element_iter<
|
||||||
T
|
T
|
||||||
, BOOST_MPL_AUX_VALUE_WKND(n_)::value
|
, BOOST_MPL_AUX_VALUE_WKND(n_)::value
|
||||||
@@ -53,7 +53,7 @@ struct single_iter_base
|
|||||||
{
|
{
|
||||||
typedef typename minus<
|
typedef typename minus<
|
||||||
typename U::position
|
typename U::position
|
||||||
, int_<N>
|
, mpl::int_<N>
|
||||||
>::type type;
|
>::type type;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@@ -28,7 +28,7 @@ template<
|
|||||||
>
|
>
|
||||||
struct protect : T
|
struct protect : T
|
||||||
{
|
{
|
||||||
typedef protect type;
|
typedef mpl::protect type;
|
||||||
};
|
};
|
||||||
|
|
||||||
#if defined(BOOST_MPL_CFG_BROKEN_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES)
|
#if defined(BOOST_MPL_CFG_BROKEN_DEFAULT_PARAMETERS_IN_NESTED_TEMPLATES)
|
||||||
|
Reference in New Issue
Block a user