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