File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 3668
3668
\pnum
3669
3669
\indextext {base class!ambiguous}%
3670
3670
\indextext {base class!unambiguous}%
3671
- When class \tcode {B} is a possibly indirect base class of class \tcode {D },
3672
- if there is only one possibly indirect base class subobject of type \tcode {B}
3673
- of a \tcode {D} object, \tcode {B} is an \defnadj {unambiguous}{ base class} of \tcode {D },
3674
- otherwise, \tcode {B} is an \defnadj {ambiguous}{base class} of \tcode {D}.
3671
+ If an object of class \tcode {D} has a single base class subobject of type \tcode {B },
3672
+ \tcode {B} is an \defnadj {unambiguous}{ base class} of \tcode {D}.
3673
+ If an object of class \tcode {D} has more than one base class subobject of type \tcode {B },
3674
+ \tcode {B} is an \defnadj {ambiguous}{base class} of \tcode {D}.
3675
3675
\begin {example }
3676
3676
\begin {codeblock }
3677
3677
class B { @\commentellip@ };
You can’t perform that action at this time.
0 commit comments