File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 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
509509that 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 }
514514naming 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
517517the 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 }
You can’t perform that action at this time.
0 commit comments