From f181cf92c5f34e54d955055b45e99839babf77f3 Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Tue, 20 Jul 2004 05:25:05 +0000 Subject: [PATCH] workaround for MIPSpro 7.3.1.3 name lookup problem [SVN r23826] --- include/boost/mpl/aux_/single_element_iter.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/mpl/aux_/single_element_iter.hpp b/include/boost/mpl/aux_/single_element_iter.hpp index 1b91e2c..1642eda 100644 --- a/include/boost/mpl/aux_/single_element_iter.hpp +++ b/include/boost/mpl/aux_/single_element_iter.hpp @@ -39,7 +39,7 @@ template< typename T, BOOST_MPL_AUX_NTTP_DECL(int, N) > struct single_iter_base { typedef ra_iter_tag_ category; - typedef int_ position; + typedef mpl::int_ position; template< typename D > struct BOOST_MPL_AUX_ITERATOR_ADVANCE