Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/basic.tex
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down