Skip to content

Commit 3680e10

Browse files
authored
[class.virtual] Add commas (#7062)
1 parent 42a38b0 commit 3680e10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/classes.tex

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3705,13 +3705,13 @@
37053705
determining 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}%
37103710
A virtual member function $V$ of a class object $S$ is a \defn{final
37113711
overrider} unless the most derived class\iref{intro.object} of which $S$ is a
37123712
base class subobject (if any) has another member function that overrides $V$.
37133713
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.
37153715
\begin{example}
37163716
\begin{codeblock}
37173717
struct A {

0 commit comments

Comments
 (0)