2
0
mirror of https://github.com/boostorg/ublas.git synced 2026-02-21 03:22:14 +00:00

- Removed #endif pragma.

- Fixed the invalid name of member function.
This commit is contained in:
qduran
2014-08-11 18:52:26 +02:00
parent 9345180dd9
commit f8a1b2bba3

View File

@@ -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 {