From 1c555eae91b375403b67724974f970ef2eab10bd Mon Sep 17 00:00:00 2001 From: Jeremy Siek Date: Wed, 6 Jun 2001 20:41:32 +0000 Subject: [PATCH] small edit [SVN r10282] --- tmpw2001-paper/iter-adaptor.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tmpw2001-paper/iter-adaptor.tex b/tmpw2001-paper/iter-adaptor.tex index 0159e9a..b76af30 100644 --- a/tmpw2001-paper/iter-adaptor.tex +++ b/tmpw2001-paper/iter-adaptor.tex @@ -159,7 +159,7 @@ It is often the case that an iterator adaptor changes the meaning of one or two operators while leaving the rest of the operators defined in the same way as the underlying iterator. This is typically implemented with delegating functions. The following example shows an -excerpt from an \code{indirect\_iterator} adaptor, which takes an +excerpt from an \code{indirect\_iterator} adaptor which takes an iterator over pointers and creates an iterator over the things pointed to. The \code{operator*} is changed to dereference twice but all the other operators stay the same. Writing all of the delegating functions