From df66940f0f0c070a692fbb7a8df5c047ec81cbfc Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Tue, 13 Jan 2004 19:25:15 +0000 Subject: [PATCH] added another valid expression to Interoperable Iterators [SVN r21699] --- doc/new-iter-concepts.html | 10 +++++++--- doc/new-iter-concepts.rst | 2 ++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/doc/new-iter-concepts.html b/doc/new-iter-concepts.html index d6257a0..3dd2d53 100755 --- a/doc/new-iter-concepts.html +++ b/doc/new-iter-concepts.html @@ -7,7 +7,7 @@ New Iterator Concepts - + @@ -27,7 +27,7 @@ Systems Lab, University of Hanover Institute for Transport Railway Operation and Construction Date: -2004-01-12 +2004-01-13 Number:This is a revised version of n1550=03-0133, which was accepted for Technical Report 1 by the C++ standard committee's library working group. This proposal is a @@ -853,6 +853,10 @@ met.

Y post: y == x +Y(x) +Y +post: Y(x) == x + x == y convertible to bool == is an equivalence relation over its domain. @@ -1019,7 +1023,7 @@ LocalWords: TraversalTag typename lvalues DWA Hmm JGS mis enum --> diff --git a/doc/new-iter-concepts.rst b/doc/new-iter-concepts.rst index 05ee95e..ed382da 100644 --- a/doc/new-iter-concepts.rst +++ b/doc/new-iter-concepts.rst @@ -685,6 +685,8 @@ met. +===========================================+=================================================+===================================================+ |``y = x`` |``Y`` |post: ``y == x`` | +-------------------------------------------+-------------------------------------------------+---------------------------------------------------+ +|``Y(x)`` |``Y`` |post: ``Y(x) == x`` | ++-------------------------------------------+-------------------------------------------------+---------------------------------------------------+ |``x == y`` |convertible to ``bool`` |``==`` is an equivalence relation over its domain. | +-------------------------------------------+-------------------------------------------------+---------------------------------------------------+ |``y == x`` |convertible to ``bool`` |``==`` is an equivalence relation over its domain. |