File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 285285same type.
286286
287287\pnum
288- Each \grammarterm {decl-specifier}
289- shall appear at most once in a complete \grammarterm {decl-specifier-seq},
290- except that \tcode {long} may appear twice .
288+ At most one of each of the \grammarterm {decl-specifier}s
289+ \keyword {friend}, \keyword {typedef}, or \keyword {inline}
290+ shall appear in a \grammarterm {decl-specifier-seq} .
291291At most one of
292292the \keyword {constexpr}, \keyword {consteval}, and \keyword {constinit} keywords
293293shall appear in a \grammarterm {decl-specifier-seq}.
518518A
519519\grammarterm {function-specifier}
520520can be used only in a function declaration.
521+ At most one \grammarterm {explicit-specifier} and
522+ at most one \keyword {virtual} keyword shall appear in
523+ a \grammarterm {decl-specifier-seq}.
521524
522525\begin {bnf }
523526\nontermdef {function-specifier}\br
You can’t perform that action at this time.
0 commit comments