Skip to content

Commit 8d8a52f

Browse files
committed
[expr.const] Bring pointer terminology up to date
1 parent 9357ba6 commit 8d8a52f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/expressions.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7773,10 +7773,10 @@
77737773
it does not have an indeterminate value\iref{basic.indet},
77747774

77757775
\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,
7776+
if the value is of pointer type, it is
7777+
a pointer to an object with static storage duration,
7778+
a pointer past the end of such an object\iref{expr.add},
7779+
a pointer to a non-immediate function,
77807780
or a null pointer value,
77817781

77827782
\item

0 commit comments

Comments
 (0)