Skip to content

Commit

Permalink
Avoid incorrect sentence parsing option on types
Browse files Browse the repository at this point in the history
Signed-off-by: Mauro Russo <[email protected]>
  • Loading branch information
mrussoLuxoft committed Nov 27, 2024
1 parent d017ce4 commit a0d3748
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions source/declarations.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1771,9 +1771,11 @@

\pnum
The type of a \grammarterm{parameter-declaration} of a
function declaration\iref{dcl.fct},
\grammarterm{lambda-expression}\iref{expr.prim.lambda}, or
\grammarterm{template-parameter}\iref{temp.param}
\begin{itemize}
\item function declaration\iref{dcl.fct},
\item \grammarterm{lambda-expression}\iref{expr.prim.lambda},
\item \grammarterm{template-parameter}\iref{temp.param}
\end{itemize}
can be declared using
a \grammarterm{placeholder-type-specifier} of the form
\opt{\grammarterm{type-constraint}} \keyword{auto}.
Expand Down

0 comments on commit a0d3748

Please sign in to comment.