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 36683668\pnum
36693669\indextext {base class!ambiguous}%
36703670\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}.
36753675\begin {example }
36763676\begin {codeblock }
36773677class B { @\commentellip@ };
You can’t perform that action at this time.
0 commit comments