workaround for MIPSpro 7.3.1.3 name lookup problem

[SVN r23826]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2004-07-20 05:25:05 +00:00
parent fb95f0f38a
commit f181cf92c5

View File

@@ -39,7 +39,7 @@ template< typename T, BOOST_MPL_AUX_NTTP_DECL(int, N) >
struct single_iter_base struct single_iter_base
{ {
typedef ra_iter_tag_ category; typedef ra_iter_tag_ category;
typedef int_<N> position; typedef mpl::int_<N> position;
template< typename D > template< typename D >
struct BOOST_MPL_AUX_ITERATOR_ADVANCE struct BOOST_MPL_AUX_ITERATOR_ADVANCE