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 37053705determining overriding.
37063706\end {footnote }
37073707$ F$ .
3708- For convenience we say that any virtual function overrides itself.
3708+ For convenience, we say that any virtual function overrides itself.
37093709\indextext {overrider!final}%
37103710A virtual member function $ V$ of a class object $ S$ is a \defn {final
37113711overrider} unless the most derived class\iref {intro.object } of which $ S$ is a
37123712base class subobject (if any) has another member function that overrides $ V$ .
37133713In 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.
37153715\begin {example }
37163716\begin {codeblock }
37173717struct A {
You can’t perform that action at this time.
0 commit comments