From 7d7518239d61db09983f105115eb40c01ade17d3 Mon Sep 17 00:00:00 2001 From: "A. Jiang" Date: Thu, 27 Aug 2026 11:25:08 +0800 Subject: [PATCH] [basic.indet] Fix misapplication of P2795R5 We also need to add "or erroneous" to [basic.indet]/2.4. --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index 516161eaaa..34f3deae72 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -4303,7 +4303,7 @@ that object is initialized to an indeterminate value or that erroneous value, respectively. \item - If an indeterminate value of + If an indeterminate or erroneous value of unsigned ordinary character type or \tcode{std::byte} type is produced by the evaluation of the initialization expression when initializing an object of \tcode{std::byte} type,