Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down