Files
boost_iterator/include/boost/iterator
Andrey Semashev 7fa65a4278 Made iterator operators conditionally defined depending on its category.
This makes iterators defined using iterator_facade more friendly to type inspection and fixes its use with next()/prior() since commit 651a869d4f.
The arithmetic, indexing and relational operators are only defined if the iterator category or traversal permits that. Note that the implementation requires partial template specialization support now.
2014-06-30 00:05:38 +04:00
..
2004-08-12 17:13:07 +00:00
2007-02-25 15:28:02 +00:00