diff --git a/doc/counting_iterator_ref.rst b/doc/counting_iterator_ref.rst index 850f150..91e78e3 100644 --- a/doc/counting_iterator_ref.rst +++ b/doc/counting_iterator_ref.rst @@ -45,9 +45,10 @@ algorithm: iterator_traversal::type, Incrementable, const Incrementable&) -[*Note:* implementers are encouraged to provide an implementation -of ``operator-`` and a default ``difference_type`` that avoid -overflows when ``Incrementable`` is a numeric type.] +[*Note:* implementers are encouraged to provide an implementation of + ``operator-`` and a ``difference_type`` that avoids overflows in + the cases where ``std::numeric_limits::is_specialized`` + is true.] ``counting_iterator`` requirements ..................................