diff --git a/include/boost/numeric/ublas/traits.hpp b/include/boost/numeric/ublas/traits.hpp index 66ca7ae4..f9cb0cea 100644 --- a/include/boost/numeric/ublas/traits.hpp +++ b/include/boost/numeric/ublas/traits.hpp @@ -1380,7 +1380,7 @@ namespace boost { namespace numeric { namespace ublas { struct iterator_base_traits { template struct iterator_base { - typedef random_access_iterator_base type; + typedef random_access_iterator_base type; }; }; template<>