From f41035fdad9ea3ebad18c860651e4c66bd0a7e78 Mon Sep 17 00:00:00 2001 From: Eisenwave Date: Wed, 5 Nov 2025 16:17:54 +0100 Subject: [PATCH] [expr.const] Unmark introduction of "constant expression" as definition --- source/expressions.tex | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/source/expressions.tex b/source/expressions.tex index 180fbbac2f..d59cc53c56 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -8266,9 +8266,7 @@ semantics depending on whether or not an expression satisfies these requirements. Expressions that satisfy these requirements, assuming that copy elision\iref{class.copy.elision} is not performed, -are called -\indexdefn{expression!constant}% -\defnx{constant expressions}{constant expression}. +are called constant expressions. \begin{note} Constant expressions can be evaluated during translation.