From 1770e47f97f737a59966e7f02ddb36934e9e3830 Mon Sep 17 00:00:00 2001 From: Jonathan Turkanis Date: Wed, 3 Aug 2005 21:42:39 +0000 Subject: [PATCH] fixed broken links [SVN r30431] --- 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