From eb230809dc13cc5360eef060daec970ab415bdc1 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Thu, 7 Oct 2004 16:50:13 +0000 Subject: [PATCH] Fix random_access_iterator cut&paste error svn path=/trunk/boost/boost/numeric/ublas/; revision=25611 --- include/boost/numeric/ublas/traits.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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<>