Skip to content

Commit e873b38

Browse files
Adopt @CaseyCarter's suggestion
Co-authored-by: Casey Carter <cartec69@gmail.com>
1 parent 639d6d2 commit e873b38

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/classes.tex

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3668,10 +3668,10 @@
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}
36773677
class B { @\commentellip@ };

0 commit comments

Comments
 (0)