mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-22 17:07:16 +02:00
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.