From 260c753f52bf9bf33ffc9a1580b2cdfcd0e40fb3 Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Tue, 9 Dec 2025 23:09:15 +0000 Subject: [PATCH] [basic.def.odr] Add punctuation --- source/basic.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/source/basic.tex b/source/basic.tex index a78628ca87..c1e655f8bf 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -497,25 +497,25 @@ \begin{itemize} \item \tcode{x} is a reference -that is usable in constant expressions at $P$\iref{expr.const} or +that is usable in constant expressions at $P$\iref{expr.const}, or \item $N$ is an element of the set of potential results of an expression $E$, where \begin{itemize} \item $E$ is a discarded-value expression\iref{expr.context} -to which the lvalue-to-rvalue conversion is not applied or +to which the lvalue-to-rvalue conversion is not applied, or \item \tcode{x} is a non-volatile object that is usable in constant expressions at $P$ and -has no mutable subobjects and +has no mutable subobjects, and \begin{itemize} \item $E$ is a class member access expression\iref{expr.ref} naming a non-static data member of reference type and -whose object expression has non-volatile-qualified type or +whose object expression has non-volatile-qualified type, or \item the lvalue-to-rvalue conversion\iref{conv.lval} is applied to $E$ and -$E$ has non-volatile-qualified non-class type +$E$ has non-volatile-qualified non-class type. \end{itemize} \end{itemize} \end{itemize}