Skip to content

Commit bd7b1ff

Browse files
[expr.const] Check the result object of a prvalue
1 parent 896196c commit bd7b1ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/expressions.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8200,7 +8200,7 @@
82008200
A \defnadj{constant}{expression} is either
82018201
a glvalue core constant expression that refers to
82028202
an object or a non-immediate function, or
8203-
a prvalue core constant expression whose value
8203+
a prvalue core constant expression whose result object\iref{basic.lval}
82048204
satisfies the following constraints:
82058205
\begin{itemize}
82068206
\item

0 commit comments

Comments
 (0)