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 418
418
same type.
419
419
420
420
\pnum
421
- Each \grammarterm {decl-specifier}
422
- shall appear at most once in a complete \grammarterm {decl-specifier-seq},
423
- except that \tcode {long} may appear twice .
421
+ At most one of each of the \grammarterm {decl-specifier}s
422
+ \keyword {friend}, \keyword {typedef}, or \keyword {inline}
423
+ shall appear in a \grammarterm {decl-specifier-seq} .
424
424
At most one of
425
425
the \keyword {constexpr}, \keyword {consteval}, and \keyword {constinit} keywords
426
426
shall appear in a \grammarterm {decl-specifier-seq}.
651
651
A
652
652
\grammarterm {function-specifier}
653
653
can be used only in a function declaration.
654
+ At most one \grammarterm {explicit-specifier} and
655
+ at most one \keyword {virtual} keyword shall appear in
656
+ a \grammarterm {decl-specifier-seq}.
654
657
655
658
\begin {bnf }
656
659
\nontermdef {function-specifier}\br
You can’t perform that action at this time.
0 commit comments