diff --git a/doc/new-iter-concepts.html b/doc/new-iter-concepts.html
index 92c672e..186d6ad 100755
--- a/doc/new-iter-concepts.html
+++ b/doc/new-iter-concepts.html
@@ -27,7 +27,7 @@
Lab, Zephyr Associates, Inc.
Date: |
2004-11-01 |
-Number: | This is a revised version of n1550=03-0133, which was
+ |
---|
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
revision of paper n1297, n1477, and n1531. |
@@ -146,7 +146,7 @@ In paragraph 23.2.4/1 it says that a transform_iterator).
+value of the some underlying iterator (see transform_iterator).
For unary functions such as times, the return type of
operator* clearly needs to be the result_type of the function
object, which is typically not a reference. Because random access
---|