From e20fdcc430b9eb2588026f405184e2048b1da327 Mon Sep 17 00:00:00 2001 From: Hubert Tong Date: Thu, 18 Dec 2025 14:51:22 -0500 Subject: [PATCH] [expr.const] "with [...]" => "within the evaluation" We use "within the evaluation of E" in various places. We also mean to use it here. --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index ca57b3226b..3f16818bfd 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -8861,7 +8861,7 @@ all \grammarterm{id-expression}s, \grammarterm{splice-expression}s, and uses of \tcode{*\keyword{this}} that refer to an object or reference -whose lifetime did not begin with the evaluation of $E$ +whose lifetime did not begin within the evaluation of $E$ are treated as referring to a specific instance of that object or reference whose lifetime and that of all subobjects (including all union members) includes the entire constant evaluation.