From ddf00eb29d506096c42e2fa27f1a0a7eddc9a11a Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Fri, 12 Aug 2005 13:02:37 +0000 Subject: [PATCH] Merged from 1.33.0 release [SVN r30540] --- MultiPassInputIterator.html | 4 ++-- value_init.htm | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/MultiPassInputIterator.html b/MultiPassInputIterator.html index a85a235..dec6e31 100644 --- a/MultiPassInputIterator.html +++ b/MultiPassInputIterator.html @@ -30,9 +30,9 @@ adding the requirements that the iterator can be used to make multiple passes through a range, and that if it1 == it2 and it1 is dereferenceable then ++it1 == ++it2. The Multi-Pass Input Iterator is very similar to the Forward Iterator. The +href="http://www.sgi.com/tech/stl/ForwardIterator.html">Forward Iterator. The only difference is that a Forward Iterator +href="http://www.sgi.com/tech/stl/ForwardIterator.html">Forward Iterator requires the reference type to be value_type&, whereas MultiPassInputIterator is like Input Iterator diff --git a/value_init.htm b/value_init.htm index dbe998b..d8c28e3 100644 --- a/value_init.htm +++ b/value_init.htm @@ -15,8 +15,8 @@

Contents

-
Rationale
-
Introduction
+
Rationale
+
Introduction