Skip to content

Commit 0dda846

Browse files
[expr.const] Change "value" to "result object" (of a prvalue) (#6267)
1 parent 912e5ca commit 0dda846

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
@@ -8483,7 +8483,7 @@
84838483
A \defnadj{constant}{expression} is either
84848484
a glvalue core constant expression that refers to
84858485
an object or a non-immediate function, or
8486-
a prvalue core constant expression whose value
8486+
a prvalue core constant expression whose result object\iref{basic.lval}
84878487
satisfies the following constraints:
84888488
\begin{itemize}
84898489
\item

0 commit comments

Comments
 (0)