diff --git a/source/intro.tex b/source/intro.tex index 3a41f80d5b..75705a2bab 100644 --- a/source/intro.tex +++ b/source/intro.tex @@ -89,7 +89,7 @@ read or modify the value of an object \begin{defnote} -Only glvalues of scalar type can be used to access objects. +Only glvalues of scalar type\iref{basic.types.general} can be used to access objects. Reads of scalar objects are described in \ref{conv.lval} and modifications of scalar objects are described in \ref{expr.assign}, \ref{expr.post.incr}, and \ref{expr.pre.incr}.