diff --git a/doc/counting_iterator.html b/doc/counting_iterator.html index 003bf77..5d23c46 100644 --- a/doc/counting_iterator.html +++ b/doc/counting_iterator.html @@ -142,10 +142,9 @@ tag CategoryOrTraversal. Othe counting_iterator models Random Access Traversal Iterator. Otherwise, counting_iterator models the same iterator traversal concepts modeled by Incrementable.
-If iterator X is interoperable with iterator Y then -counting_iterator<X,C1,D1> is interoperable with -counting_iterator<Y,C2,D2> if both counting iterators have the -same traversal category and difference type.
+counting_iterator<X,C1,D1> is interoperable with +counting_iterator<Y,C2,D2> if and only if iterator X is +interoperable with iterator Y.