File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 1058
1058
the point of call; however, even if this inline substitution is omitted,
1059
1059
the other rules for inline functions specified in this subclause shall
1060
1060
still be respected.
1061
+ \begin {note }
1062
+ The \tcode {inline} keyword has no effect on the linkage of a function.
1063
+ \end {note }
1061
1064
1062
1065
\pnum
1063
1066
A variable declaration with an \tcode {inline} specifier declares an
1067
1070
A function defined within a class definition is an inline function.
1068
1071
1069
1072
\pnum
1070
- The \tcode {inline} specifier shall not appear on a block scope
1071
- declaration%
1072
- \footnote {The \tcode {inline} keyword has no effect on the linkage of a function.}
1073
- or on the declaration of a function parameter.
1073
+ The \tcode {inline} specifier shall not appear on a block scope declaration or
1074
+ on the declaration of a function parameter.
1074
1075
If the \tcode {inline} specifier is used in a friend function declaration, that
1075
1076
declaration shall be a definition or the function shall have previously
1076
1077
been declared inline.
You can’t perform that action at this time.
0 commit comments