diff --git a/include/boost/numeric/ublas/vector_sparse.hpp b/include/boost/numeric/ublas/vector_sparse.hpp index da884662..7cca20d0 100644 --- a/include/boost/numeric/ublas/vector_sparse.hpp +++ b/include/boost/numeric/ublas/vector_sparse.hpp @@ -301,7 +301,7 @@ namespace boost { namespace numeric { namespace ublas { BOOST_UBLAS_INLINE const_reference operator [] (size_type i) const { - rn (*this) (i); + return (*this) (i); } BOOST_UBLAS_INLINE reference operator [] (size_type i) {