Skip to content

Commit 4d9bd0d

Browse files
jensmaurerzygoloid
authored andcommitted
[class.derived] Clean up cross-references.
1 parent 3a1e8d1 commit 4d9bd0d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

source/classes.tex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3600,14 +3600,14 @@
36003600

36013601
\pnum
36023602
\begin{note}
3603-
A base class subobject might have a layout\iref{basic.stc} different
3603+
A base class subobject might have a layout different
36043604
from the layout of a most derived object of the same type. A base class
36053605
subobject might have a polymorphic behavior\iref{class.cdtor}
36063606
different from the polymorphic behavior of a most derived object of the
3607-
same type. A base class subobject may be of zero size\iref{class};
3607+
same type. A base class subobject may be of zero size;
36083608
however, two subobjects that have the same class type and that belong to
36093609
the same most derived object must not be allocated at the same
3610-
address\iref{expr.eq}.
3610+
address\iref{intro.object}.
36113611
\end{note}
36123612

36133613
\rSec2[class.mi]{Multiple base classes}

0 commit comments

Comments
 (0)