diff --git a/doc/counting_iterator.html b/doc/counting_iterator.html index 66a91a9..003bf77 100644 --- a/doc/counting_iterator.html +++ b/doc/counting_iterator.html @@ -142,6 +142,10 @@ 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.