From 4f0684ffac6b58737137cac9c6dc928600b36ff3 Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Mon, 12 Jan 2004 01:52:47 +0000 Subject: [PATCH] fixed a typo [SVN r21613] --- doc/transform_iterator.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/transform_iterator.html b/doc/transform_iterator.html index 77d6574..8d7664c 100644 --- a/doc/transform_iterator.html +++ b/doc/transform_iterator.html @@ -7,7 +7,7 @@ Transform Iterator - + @@ -27,7 +27,7 @@ Lab, University of Hanover Institute for Transport Railway Operation and Construction Date: -2003-09-14 +2004-01-12 Copyright: Copyright David Abrahams, Jeremy Siek, and Thomas Witt 2003. All rights reserved @@ -209,7 +209,7 @@ make_transform_iterator(Iterator it); -Returns:An instance of transform_iterator with m_f +Returns:An instance of transform_iterator<UnaryFunction, Iterator> with m_f default constructed and m_iterator initialized to x.