Skip to content

Commit 0bb9778

Browse files
authored
[basic.def.odr] Add punctuation (#8598)
1 parent 940a063 commit 0bb9778

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

source/basic.tex

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -497,25 +497,25 @@
497497
\begin{itemize}
498498
\item
499499
\tcode{x} is a reference
500-
that is usable in constant expressions at $P$\iref{expr.const} or
500+
that is usable in constant expressions at $P$\iref{expr.const}, or
501501
\item
502502
$N$ is an element of the set of potential results of an expression $E$, where
503503
\begin{itemize}
504504
\item
505505
$E$ is a discarded-value expression\iref{expr.context}
506-
to which the lvalue-to-rvalue conversion is not applied or
506+
to which the lvalue-to-rvalue conversion is not applied, or
507507
\item
508508
\tcode{x} is a non-volatile object
509509
that is usable in constant expressions at $P$ and
510-
has no mutable subobjects and
510+
has no mutable subobjects, and
511511
\begin{itemize}
512512
\item
513513
$E$ is a class member access expression\iref{expr.ref}
514514
naming a non-static data member of reference type and
515-
whose object expression has non-volatile-qualified type or
515+
whose object expression has non-volatile-qualified type, or
516516
\item
517517
the lvalue-to-rvalue conversion\iref{conv.lval} is applied to $E$ and
518-
$E$ has non-volatile-qualified non-class type
518+
$E$ has non-volatile-qualified non-class type.
519519
\end{itemize}
520520
\end{itemize}
521521
\end{itemize}

0 commit comments

Comments
 (0)