Skip to content

Commit 209e05d

Browse files
sdkrystianzygoloid
authored andcommitted
[dcl.fct.spec] Remove "class" from "non-static class member function"
1 parent d340654 commit 209e05d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

source/declarations.tex

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -527,9 +527,8 @@
527527

528528
\pnum
529529
\indextext{specifier!\idxcode{virtual}}%
530-
The \tcode{virtual} specifier shall be used only in the initial
531-
declaration of a non-static class member function;
532-
see~\ref{class.virtual}.
530+
The \keyword{virtual} specifier shall be used only in the initial
531+
declaration of a non-static member function; see~\ref{class.virtual}.
533532

534533
\pnum
535534
\indextext{specifier!\idxcode{explicit}}%

0 commit comments

Comments
 (0)