From 33f630becae1a3b8ef2aa542e1556fdc2a83b209 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 14 Jan 2004 23:50:59 +0000 Subject: [PATCH] deleted the paragraph about iterator_traversal that was the result of my confusion [SVN r21744] --- doc/iterator_facade_ref.rst | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/doc/iterator_facade_ref.rst b/doc/iterator_facade_ref.rst index 5353654..51ff2ac 100644 --- a/doc/iterator_facade_ref.rst +++ b/doc/iterator_facade_ref.rst @@ -107,16 +107,6 @@ where *iterator-category* is defined as follows: .. include:: facade_iterator_category.rst -If ``CategoryOrTraversal`` is ``use_default`` then -``iterator_traversal::type`` is convertible to the most -derived standard traversal tag type to which -``iterator_traversal::type`` is also convertible, and not to -any more-derived traversal tag type. Otherwise -``iterator_traversal::type`` is convertible to the most -derived standard traversal tag type to which ``CategoryOrTraversal`` -is also convertible, and not to any more-derived traversal tag type. - - The ``enable_if_interoperable`` template used above is for exposition purposes. The member operators should be only be in an overload set provided the derived types ``Dr1`` and ``Dr2`` are interoperable,