From bd7b1ffa76536c3f28f66b7fafed21e9d5a13513 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Mon, 30 Dec 2024 18:57:49 +0800 Subject: [PATCH] [expr.const] Check the result object of a prvalue --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index 9589921d5b..58df87c646 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -8200,7 +8200,7 @@ A \defnadj{constant}{expression} is either a glvalue core constant expression that refers to an object or a non-immediate function, or -a prvalue core constant expression whose value +a prvalue core constant expression whose result object\iref{basic.lval} satisfies the following constraints: \begin{itemize} \item