Skip to content

Commit

Permalink
[class.virtual] Add commas
Browse files Browse the repository at this point in the history
  • Loading branch information
Eisenwave authored Jun 14, 2024
1 parent 42a38b0 commit bd8ae7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/classes.tex
Original file line number Diff line number Diff line change
Expand Up @@ -3705,13 +3705,13 @@
determining overriding.
\end{footnote}
$F$.
For convenience we say that any virtual function overrides itself.
For convenience, we say that any virtual function overrides itself.
\indextext{overrider!final}%
A virtual member function $V$ of a class object $S$ is a \defn{final
overrider} unless the most derived class\iref{intro.object} of which $S$ is a
base class subobject (if any) has another member function that overrides $V$.
In a derived class, if a virtual member function of a base class subobject
has more than one final overrider the program is ill-formed.
has more than one final overrider, the program is ill-formed.
\begin{example}
\begin{codeblock}
struct A {
Expand Down

0 comments on commit bd8ae7a

Please sign in to comment.