MIPSpro 7.3.1.3 compatibility

[SVN r24954]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-09-07 11:12:28 +00:00
parent 3e94c1bfbb
commit ea5ff5dad2
2 changed files with 3 additions and 3 deletions

View File

@@ -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;
};
};

View File

@@ -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)