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

Unable to overload reverse iterators is a defect

[SVN r25120]
This commit is contained in:
Michael Stevens
2004-09-15 15:42:47 +00:00
parent dcfb0be636
commit df1ef232e2

View File

@@ -804,7 +804,7 @@ namespace boost { namespace numeric { namespace ublas {
reverse_iterator_base (const iterator_type &it):
std::reverse_iterator<iterator_type> (it) {}
#if BOOST_UBLAS_REVERSE_ITERATOR_OVERLOADS
#ifndef BOOST_UBLAS_NO_REVERSE_ITERATOR_OVERLOADS
// Arithmetic
BOOST_UBLAS_INLINE
reverse_iterator_base &operator ++ () {