mirror of
https://github.com/boostorg/iterator.git
synced 2025-07-29 12:27:33 +02:00
Removed reference to numeri types.
[SVN r21803]
This commit is contained in:
@ -45,9 +45,10 @@ algorithm:
|
|||||||
iterator_traversal<Incrementable>::type,
|
iterator_traversal<Incrementable>::type,
|
||||||
Incrementable, const Incrementable&)
|
Incrementable, const Incrementable&)
|
||||||
|
|
||||||
[*Note:* implementers are encouraged to provide an implementation
|
[*Note:* implementers are encouraged to provide an implementation of
|
||||||
of ``operator-`` and a default ``difference_type`` that avoid
|
``operator-`` and a ``difference_type`` that avoids overflows in
|
||||||
overflows when ``Incrementable`` is a numeric type.]
|
the cases where ``std::numeric_limits<Incrementable>::is_specialized``
|
||||||
|
is true.]
|
||||||
|
|
||||||
``counting_iterator`` requirements
|
``counting_iterator`` requirements
|
||||||
..................................
|
..................................
|
||||||
|
Reference in New Issue
Block a user