We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b37a8ce commit 5b089c3Copy full SHA for 5b089c3
source/declarations.tex
@@ -6305,8 +6305,10 @@
6305
a \grammarterm{mem-initializer-id}\iref{class.base.init}.
6306
The optional \grammarterm{attribute-specifier-seq} in a \grammarterm{function-definition}
6307
appertains to the function.
6308
-A \grammarterm{virt-specifier-seq} can be part of a \grammarterm{function-definition}
6309
-only if it is a \grammarterm{member-declaration}\iref{class.mem}.
+A \grammarterm{function-definition} with a \grammarterm{virt-specifier-seq}
+shall be a \grammarterm{member-declaration}\iref{class.mem}.
6310
+A \grammarterm{function-definition} with a \grammarterm{requires-clause}
6311
+shall define a templated function.
6312
6313
\pnum
6314
In a \grammarterm{function-definition},
0 commit comments