Skip to content

Commit e589a2a

Browse files
committed
Avoid ambiguity of placeholder on nested parameter
Signed-off-by: Mauro Russo <[email protected]>
1 parent d017ce4 commit e589a2a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

source/declarations.tex

+3-2
Original file line numberDiff line numberDiff line change
@@ -1779,7 +1779,8 @@
17791779
\opt{\grammarterm{type-constraint}} \keyword{auto}.
17801780
The placeholder type shall appear
17811781
as one of the \grammarterm{decl-specifier}{s} in
1782-
the \grammarterm{decl-specifier-seq} or
1782+
the \grammarterm{decl-specifier-seq} or,
1783+
in case of function pointer type,
17831784
as one of the \grammarterm{type-specifier}{s} in
17841785
a \grammarterm{trailing-return-type}
17851786
that specifies the type that replaces such
@@ -1817,7 +1818,7 @@
18171818
in an initializing declaration\iref{dcl.init} of a variable.
18181819
The placeholder type shall appear as one of the
18191820
\grammarterm{decl-specifier}{s} in the \grammarterm{decl-specifier-seq}
1820-
or as one of the
1821+
or, in case of function pointer type, as one of the
18211822
\grammarterm{type-specifier}{s} in a \grammarterm{trailing-return-type}
18221823
that specifies the type that replaces such a \grammarterm{decl-specifier};
18231824
the \grammarterm{decl-specifier-seq}

0 commit comments

Comments
 (0)