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:
@@ -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 ++ () {
|
||||
|
||||
Reference in New Issue
Block a user