diff --git a/include/boost/mpl/vector/aux_/iterator.hpp b/include/boost/mpl/vector/aux_/iterator.hpp index 6dac13c..fdec16f 100644 --- a/include/boost/mpl/vector/aux_/iterator.hpp +++ b/include/boost/mpl/vector/aux_/iterator.hpp @@ -86,7 +86,7 @@ struct advance< v_iter,Distance> { typedef v_iter< Vector - , (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance::value)) + , (n_ + BOOST_MPL_AUX_NESTED_VALUE_WKND(long, Distance)) > type; };