From 2496402a8c2b476ebe83fc1719b6eafc3d282576 Mon Sep 17 00:00:00 2001
From: Jeremy Siek
Date: Wed, 14 Jan 2004 17:04:04 +0000
Subject: [PATCH] changed use of interoperable to say "if and only if" also
changed models section in indirect_iterator to mention
iterator_traversal<>::type in addition to iterator_category
[SVN r21732]
---
doc/counting_iterator.html | 8 +++-----
doc/counting_iterator_ref.rst | 5 ++---
doc/facade-and-adaptor.html | 30 +++++++++++++++---------------
doc/filter_iterator.html | 6 ++----
doc/filter_iterator_ref.rst | 5 ++---
doc/index.html | 1 -
doc/indirect_iterator.html | 8 +++++---
doc/indirect_iterator_ref.rst | 9 ++++++---
doc/permutation_iterator.html | 6 +++---
doc/permutation_iterator_ref.rst | 4 ++--
doc/reverse_iterator.html | 5 ++---
doc/reverse_iterator_ref.rst | 4 ++--
doc/transform_iterator.html | 7 +++----
doc/transform_iterator_ref.rst | 4 ++--
14 files changed, 49 insertions(+), 53 deletions(-)
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.
@@ -272,7 +271,6 @@ indirectly printing out the numbers from 0 to 7