From 849f01a0d1c40d1d697ce5c58b9275e9dc38dbc6 Mon Sep 17 00:00:00 2001
From: Jeremy Siek
Date: Tue, 13 Jan 2004 19:55:24 +0000
Subject: [PATCH] added use of interoperable with to specialized iterators
[SVN r21701]
---
doc/counting_iterator.html | 6 +++++-
doc/counting_iterator_ref.rst | 5 +++++
doc/facade-and-adaptor.html | 14 +++++++++++++-
doc/filter_iterator.html | 5 ++++-
doc/filter_iterator_ref.rst | 5 +++++
doc/iter-issue-list.rst | 13 ++++++++-----
doc/reverse_iterator.html | 4 +++-
doc/reverse_iterator_ref.rst | 5 +++++
doc/transform_iterator.html | 5 ++++-
doc/transform_iterator_ref.rst | 5 +++++
10 files changed, 57 insertions(+), 10 deletions(-)
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.
@@ -268,7 +272,7 @@ indirectly printing out the numbers from 0 to 7