Skip to content

Commit c92bc38

Browse files
jensmaurertkoeppe
authored andcommitted
[dcl.fct] Fix obsolete phrasing when defining 'function type'
1 parent 5056b86 commit c92bc38

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

source/declarations.tex

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3588,16 +3588,14 @@
35883588
the optional \keyword{noexcept} is present if and only if
35893589
the exception specification\iref{except.spec} is non-throwing.
35903590
\end{itemize}
3591-
The optional \grammarterm{attribute-specifier-seq}
3592-
appertains to the function type.
3593-
3594-
\pnum
3595-
\indextext{type!function}%
3596-
A type of either form is a \term{function type}.%
3591+
Such a type is a \defnadj{function}{type}.
35973592
\begin{footnote}
35983593
As indicated by syntax, cv-qualifiers are a significant component in function return types.
35993594
\end{footnote}
3595+
The optional \grammarterm{attribute-specifier-seq}
3596+
appertains to the function type.
36003597

3598+
\pnum
36013599
\indextext{declaration!function}%
36023600
\begin{bnf}
36033601
\nontermdef{parameter-declaration-clause}\br

0 commit comments

Comments
 (0)