Skip to content

Commit e524191

Browse files
author
Dawn Perchik
committed
CWG2441 Inline function parameters
1 parent 37a8df7 commit e524191

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/declarations.tex

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1068,7 +1068,9 @@
10681068

10691069
\pnum
10701070
The \tcode{inline} specifier shall not appear on a block scope
1071-
declaration.\footnote{The \tcode{inline} keyword has no effect on the linkage of a function.}
1071+
declaration or
1072+
on the declaration of a function parameter.
1073+
\footnote{The \tcode{inline} keyword has no effect on the linkage of a function.}
10721074
If the \tcode{inline} specifier is used in a friend function declaration, that
10731075
declaration shall be a definition or the function shall have previously
10741076
been declared inline.

0 commit comments

Comments
 (0)