diff --git a/tmpw2001-paper/iter-adaptor.tex b/tmpw2001-paper/iter-adaptor.tex index cdb1424..002247e 100644 --- a/tmpw2001-paper/iter-adaptor.tex +++ b/tmpw2001-paper/iter-adaptor.tex @@ -1023,7 +1023,7 @@ using \code{operator->} must produce a true pointer even when dereferencing the iterator does not yield a true reference type, we need a \code{const} lvalue to which a pointer can be formed. -Fortunately, the standard makes a workaround possible: section +Fortunately, the Standard makes a workaround possible: section 13.3.1.2 paragraph 8 describes a seemingly quirky rule that the \code{->} operator will be applied to the \emph{result} of any call to \code{operator->}. This is a convenient way to describe the semantics