capitalized "standard"

[SVN r11038]
This commit is contained in:
Jeremy Siek
2001-09-05 17:49:36 +00:00
parent c3c8871f87
commit d41013d9dc

View File

@ -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 dereferencing the iterator does not yield a true reference type, we
need a \code{const} lvalue to which a pointer can be formed. 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 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 will be applied to the \emph{result} of any call to
\code{operator->}. This is a convenient way to describe the semantics \code{operator->}. This is a convenient way to describe the semantics