Skip to content

Commit cf70dd9

Browse files
authored
[dcl.inline] p2 - make it recommended practice
1 parent 3a2586c commit cf70dd9

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

source/declarations.tex

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,10 @@
10101010
\indextext{inline function}%
10111011
A function declaration\iref{dcl.fct,class.mfct,class.friend}
10121012
with an \keyword{inline} specifier declares an
1013-
\defnadj{inline}{function}. The inline specifier indicates to
1013+
\defnadj{inline}{function}.
1014+
1015+
\recommended
1016+
The \keyword{inline} specifier indicates to
10141017
the implementation that inline substitution of the function body at the
10151018
point of call is to be preferred to the usual function call mechanism.
10161019
An implementation is not required to perform this inline substitution at

0 commit comments

Comments
 (0)