Skip to content

Commit efc600e

Browse files
committed
[dcl.fct.def.delete], [dcl.constexpr], [class.friend]: Replace "implicitly inline" with "implicitly an inline function", because the latter is the term defined in 7.1.2.
1 parent 299ec33 commit efc600e

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

source/access.tex

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -759,8 +759,7 @@
759759
\exitexample
760760

761761
\pnum
762-
Such a function is implicitly
763-
\tcode{inline}.
762+
Such a function is implicitly an inline function~(\ref{dcl.fct.spec}).
764763
A
765764
\tcode{friend}
766765
function defined in a class is in the (lexical) scope of the class in which it is defined.

source/declarations.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -784,7 +784,7 @@
784784
a constructor declaration declares that constructor to be a
785785
\defnx{constexpr constructor}{specifier!\idxcode{constexpr}!constructor}.
786786
\tcode{constexpr} functions and \tcode{constexpr} constructors are
787-
implicitly \tcode{inline}~(\ref{dcl.fct.spec}).
787+
implicitly inline functions~(\ref{dcl.fct.spec}).
788788

789789
\pnum
790790
\indextext{specifier!\idxcode{constexpr}!function}

source/declarators.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2345,7 +2345,7 @@
23452345
\exitexample
23462346

23472347
\pnum
2348-
A deleted function is implicitly inline. \enternote The
2348+
A deleted function is implicitly an inline function~(\ref{dcl.fct.spec}). \enternote The
23492349
one-definition rule~(\ref{basic.def.odr}) applies to deleted definitions. \exitnote
23502350
A deleted definition of a function shall be the first declaration of the function or,
23512351
for an explicit specialization of a function template, the first declaration of that

0 commit comments

Comments
 (0)