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 @@