commented out old array code

[SVN r36683]
This commit is contained in:
Thorsten Jørgen Ottosen
2007-01-10 18:50:13 +00:00
parent a933622ae1
commit 22b7b4ec8e
2 changed files with 25 additions and 4 deletions

View File

@ -159,8 +159,7 @@ namespace boost
typedef IteratorT iterator;
iterator_range() : m_Begin( iterator() ), m_End( iterator() )
#ifndef NDEBUG
#ifndef NDEBUG
, singular( true )
#endif
{ }
@ -386,6 +385,12 @@ namespace boost
}
#endif
protected:
//
// Allow subclasses an easy way to access the
// base type
//
typedef iterator_range iterator_range_;
};
// iterator range free-standing operators ---------------------------//