diff --git a/source/basic.tex b/source/basic.tex index f95469332f..5cf329095a 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -5240,7 +5240,7 @@ the \defnx{null pointer value}{value!null pointer} for that type, or \item \indextext{invalid pointer value|see{value, invalid pointer}} -an \defnx{invalid pointer value}{value!invalid pointer}. +an \defnx{invalid pointer value}{value!invalid pointer}\iref{basic.stc.general}. \end{itemize} A value of a pointer type diff --git a/source/expressions.tex b/source/expressions.tex index fa655634a5..3efcede7f1 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -666,7 +666,7 @@ the glvalue. \item Otherwise, if the object to which the glvalue refers contains an invalid -pointer value\iref{basic.stc.dynamic.deallocation}, the behavior is +pointer value\iref{basic.compound}, the behavior is \impldef{lvalue-to-rvalue conversion of an invalid pointer value}. \item Otherwise, the object indicated by the glvalue is read\iref{defns.access},