We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eed7b9c commit 6cb09a1Copy full SHA for 6cb09a1
source/basic.tex
@@ -3314,13 +3314,13 @@
3314
Two objects
3315
with overlapping lifetimes
3316
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,
+may have the same address if
+\begin{itemize}
+\item one is nested within the other,
+\item at least one is a subobject of zero size and they are of different types,
3322
or
3323
-if they are both potentially non-unique objects;
+\item they are both potentially non-unique objects;
+\end{itemize}
3324
otherwise, they have distinct addresses
3325
and occupy disjoint bytes of storage.
3326
\begin{footnote}
0 commit comments