We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d017ce4 commit 66896cfCopy full SHA for 66896cf
source/declarations.tex
@@ -1770,10 +1770,11 @@
1770
from an initializer.
1771
1772
\pnum
1773
-The type of a \grammarterm{parameter-declaration} of a
1774
-function declaration\iref{dcl.fct},
+The type of a \grammarterm{parameter-declaration} of
+any of the following three:
1775
+a function declaration\iref{dcl.fct},
1776
\grammarterm{lambda-expression}\iref{expr.prim.lambda}, or
-\grammarterm{template-parameter}\iref{temp.param}
1777
+\grammarterm{template-parameter}\iref{temp.param},
1778
can be declared using
1779
a \grammarterm{placeholder-type-specifier} of the form
1780
\opt{\grammarterm{type-constraint}} \keyword{auto}.
0 commit comments