File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 3705
3705
determining overriding.
3706
3706
\end {footnote }
3707
3707
$ F$ .
3708
- For convenience we say that any virtual function overrides itself.
3708
+ For convenience, we say that any virtual function overrides itself.
3709
3709
\indextext {overrider!final}%
3710
3710
A virtual member function $ V$ of a class object $ S$ is a \defn {final
3711
3711
overrider} unless the most derived class\iref {intro.object } of which $ S$ is a
3712
3712
base class subobject (if any) has another member function that overrides $ V$ .
3713
3713
In a derived class, if a virtual member function of a base class subobject
3714
- has more than one final overrider the program is ill-formed.
3714
+ has more than one final overrider, the program is ill-formed.
3715
3715
\begin {example }
3716
3716
\begin {codeblock }
3717
3717
struct A {
You can’t perform that action at this time.
0 commit comments