From d118bacb71b216d63cbe75ea6b9ee67fa7f03767 Mon Sep 17 00:00:00 2001 From: Braden Ganetsky Date: Wed, 5 Nov 2025 17:54:01 -1000 Subject: [PATCH] [meta.reflection.layout] Reverse logic in specification Fixes NB US 106-167 (C++26 CD). --- source/meta.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/meta.tex b/source/meta.tex index 16365a126d..b20c580178 100644 --- a/source/meta.tex +++ b/source/meta.tex @@ -5851,7 +5851,7 @@ non-static data member that is not a bit-field, direct base class relationship, or data member description $(T, N, A, W, \mathit{NUA})$\iref{class.mem.general} -where $W$ is not $\bot$. +where $W$ is $\bot$. \item If \tcode{dealias(r)} represents a type, then \tcode{is_complete_type(r)} is \tcode{true}.