From f8a1b2bba326fb856cddfe8be5ee240dc0cb38e9 Mon Sep 17 00:00:00 2001 From: qduran Date: Mon, 11 Aug 2014 18:52:26 +0200 Subject: [PATCH] - Removed #endif pragma. - Fixed the invalid name of member function. --- include/boost/numeric/ublas/vector_of_vector.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/boost/numeric/ublas/vector_of_vector.hpp b/include/boost/numeric/ublas/vector_of_vector.hpp index b4ca1196..de87a668 100644 --- a/include/boost/numeric/ublas/vector_of_vector.hpp +++ b/include/boost/numeric/ublas/vector_of_vector.hpp @@ -630,7 +630,6 @@ namespace boost { namespace numeric { namespace ublas { const_reverse_iterator2 rend () const { return const_reverse_iterator2 (begin ()); } -#endif BOOST_UBLAS_INLINE #ifdef BOOST_UBLAS_MSVC_NESTED_CLASS_RELATION typename self_type:: @@ -1257,7 +1256,7 @@ namespace boost { namespace numeric { namespace ublas { } BOOST_UBLAS_INLINE const_reverse_iterator1 crbegin1 () const { - return rbegin (); + return rbegin1 (); } BOOST_UBLAS_INLINE const_reverse_iterator1 rend1 () const {