forked from boostorg/utility
capitalized "standard"
[SVN r11038]
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user