We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9357ba6 commit 8d8a52fCopy full SHA for 8d8a52f
source/expressions.tex
@@ -7773,10 +7773,10 @@
7773
it does not have an indeterminate value\iref{basic.indet},
7774
7775
\item
7776
- if the value is of pointer type, it contains
7777
- the address of an object with static storage duration,
7778
- the address past the end of such an object\iref{expr.add},
7779
- the address of a non-immediate function,
+ if the value is of pointer type, it is
+ a pointer to an object with static storage duration,
+ a pointer past the end of such an object\iref{expr.add},
+ a pointer to a non-immediate function,
7780
or a null pointer value,
7781
7782
0 commit comments