mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 12:27:33 +02:00
resolved some issues with counting_iterator
[SVN r21639]
This commit is contained in:
@ -67,9 +67,9 @@ following pseudo-code. We use the abbreviation
|
||||
typedef Difference difference_type;
|
||||
|
||||
|
||||
The member ``indirect_iterator::iterator_category`` is a type that
|
||||
satisfies the requirements of the concepts modeled by the indirect
|
||||
iterator as specified in the models section.
|
||||
The member ``iterator_category`` is a type that satisfies the
|
||||
requirements of the concepts modeled by the ``indirect_iterator`` as
|
||||
specified in the models section.
|
||||
|
||||
|
||||
``indirect_iterator`` requirements
|
||||
|
Reference in New Issue
Block a user