Skip to content

Commit 176528f

Browse files
lprvtkoeppe
authored andcommitted
[intro.object] Remove redundant "non-bit-field"
1 parent f66f4c6 commit 176528f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/basic.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3666,7 +3666,7 @@
36663666
const bool b5 = r != &test1; // always \tcode{true}
36673667
\end{codeblock}
36683668
\end{example}
3669-
The address of a non-bit-field subobject of zero size is
3669+
The address of a subobject of zero size is
36703670
the address of an unspecified byte of storage
36713671
occupied by the complete object of that subobject.
36723672

0 commit comments

Comments
 (0)