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