From 3a8cab6004316973f8159d0695957e59309a822d Mon Sep 17 00:00:00 2001 From: lprv <100177227+lprv@users.noreply.github.com> Date: Sun, 14 Dec 2025 16:46:10 +0000 Subject: [PATCH] [intro.object] Remove redundant "non-bit-field" --- source/basic.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/basic.tex b/source/basic.tex index a813f68d9c..d10a7058ea 100644 --- a/source/basic.tex +++ b/source/basic.tex @@ -3666,7 +3666,7 @@ const bool b5 = r != &test1; // always \tcode{true} \end{codeblock} \end{example} -The address of a non-bit-field subobject of zero size is +The address of a subobject of zero size is the address of an unspecified byte of storage occupied by the complete object of that subobject.