Skip to content

Commit 6cb09a1

Browse files
burblebeetkoeppe
authored andcommitted
[intro.object] Use bullets to help clarify wording added in CWG2753.
1 parent eed7b9c commit 6cb09a1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

source/basic.tex

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3314,13 +3314,13 @@
33143314
Two objects
33153315
with overlapping lifetimes
33163316
that are not bit-fields
3317-
may have the same address
3318-
if one is nested within the other,
3319-
or
3320-
if at least one is a subobject of zero size
3321-
and they are of different types,
3317+
may have the same address if
3318+
\begin{itemize}
3319+
\item one is nested within the other,
3320+
\item at least one is a subobject of zero size and they are of different types,
33223321
or
3323-
if they are both potentially non-unique objects;
3322+
\item they are both potentially non-unique objects;
3323+
\end{itemize}
33243324
otherwise, they have distinct addresses
33253325
and occupy disjoint bytes of storage.
33263326
\begin{footnote}

0 commit comments

Comments
 (0)