From cc8b4b98759329a81110f2ce005ad304d17de968 Mon Sep 17 00:00:00 2001 From: Andreas Krug <153394595+Andreas-Krug@users.noreply.github.com> Date: Wed, 14 Jan 2026 13:00:29 +0100 Subject: [PATCH] [dcl.inline] Add \keyword for inline --- source/declarations.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/declarations.tex b/source/declarations.tex index 510def3e41..f55e86e8a6 100644 --- a/source/declarations.tex +++ b/source/declarations.tex @@ -1123,7 +1123,7 @@ \end{note} \pnum -The inline specifier indicates to +The \keyword{inline} specifier indicates to the implementation that inline substitution of the function body at the point of call is to be preferred to the usual function call mechanism. An implementation is not required to perform this inline substitution at