From fbd5da72377307df063926071801ddc7eec91385 Mon Sep 17 00:00:00 2001 From: Thomas Witt Date: Sun, 18 Jan 2004 17:02:58 +0000 Subject: [PATCH] Removed reference to numeri types. [SVN r21803] --- doc/counting_iterator_ref.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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 ..................................