Skip to content

Commit ad97123

Browse files
committed
[expr.const] Improve punctuation in list items.
Striking "and" was a missed edit from P2996R13.
1 parent d9e46f6 commit ad97123

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/expressions.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8997,7 +8997,7 @@
89978997
a glvalue core constant expression $E$ for which
89988998
\begin{itemize}
89998999
\item
9000-
$E$ refers to a non-immediate function
9000+
$E$ refers to a non-immediate function,
90019001
\item
90029002
$E$ designates an object \tcode{o}, and
90039003
if the complete object of \tcode{o} is of consteval-only type then so is $E$,
@@ -9026,15 +9026,15 @@
90269026
no constituent value of scalar type is an indeterminate or erroneous value\iref{basic.indet},
90279027
\item
90289028
no constituent value of pointer type is a pointer to an immediate function or
9029-
an invalid pointer value\iref{basic.compound}, and
9029+
an invalid pointer value\iref{basic.compound},
90309030
\item
90319031
no constituent value of pointer-to-member type designates an immediate function, and
90329032
\item
90339033
unless the value is of consteval-only type,
90349034
\begin{itemize}
90359035
\item
90369036
no constituent value of pointer-to-member type points to
9037-
a direct member of a consteval-only class type
9037+
a direct member of a consteval-only class type,
90389038
\item
90399039
no constituent value of pointer type points to or past an object
90409040
whose complete object is of consteval-only type, and

0 commit comments

Comments
 (0)