From 22692338521786aef1b52979bcebe806b96122cd Mon Sep 17 00:00:00 2001 From: Jens Maurer Date: Thu, 2 Jan 2025 10:49:14 +0100 Subject: [PATCH] [expr.const] Properly merge P2686R5 P2686R5 (applied by commit e220906b71df01f09fe60921e8fac39b80558f78) accidentally reverted a change considering erroneous values made by P2795R5. --- source/expressions.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/expressions.tex b/source/expressions.tex index 9589921d5b..c3261ce53e 100644 --- a/source/expressions.tex +++ b/source/expressions.tex @@ -8206,7 +8206,7 @@ \item each constituent reference refers to an object or a non-immediate function, \item -no constituent value of scalar type is an indeterminate value\iref{basic.indet}, +no constituent value of scalar type is an indeterminate or erroneous value\iref{basic.indet}, \item no constituent value of pointer type is a pointer to an immediate function or an invalid pointer value\iref{basic.compound}, and