We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2586c commit cf70dd9Copy full SHA for cf70dd9
source/declarations.tex
@@ -1010,7 +1010,10 @@
1010
\indextext{inline function}%
1011
A function declaration\iref{dcl.fct,class.mfct,class.friend}
1012
with an \keyword{inline} specifier declares an
1013
-\defnadj{inline}{function}. The inline specifier indicates to
+\defnadj{inline}{function}.
1014
+
1015
+\recommended
1016
+The \keyword{inline} specifier indicates to
1017
the implementation that inline substitution of the function body at the
1018
point of call is to be preferred to the usual function call mechanism.
1019
An implementation is not required to perform this inline substitution at
0 commit comments