From df1ef232e288acf0db236a5a58f8f5959fcf8733 Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 15 Sep 2004 15:42:47 +0000 Subject: [PATCH] Unable to overload reverse iterators is a defect [SVN r25120] --- include/boost/numeric/ublas/iterator.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/boost/numeric/ublas/iterator.hpp b/include/boost/numeric/ublas/iterator.hpp index 7c596dea..dae3b452 100644 --- a/include/boost/numeric/ublas/iterator.hpp +++ b/include/boost/numeric/ublas/iterator.hpp @@ -804,7 +804,7 @@ namespace boost { namespace numeric { namespace ublas { reverse_iterator_base (const iterator_type &it): std::reverse_iterator (it) {} -#if BOOST_UBLAS_REVERSE_ITERATOR_OVERLOADS +#ifndef BOOST_UBLAS_NO_REVERSE_ITERATOR_OVERLOADS // Arithmetic BOOST_UBLAS_INLINE reverse_iterator_base &operator ++ () {