Skip to content

Commit 66896cf

Browse files
committed
Avoid incorrect sentence parsing option on types
Signed-off-by: Mauro Russo <[email protected]>
1 parent d017ce4 commit 66896cf

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

source/declarations.tex

+4-3
Original file line numberDiff line numberDiff line change
@@ -1770,10 +1770,11 @@
17701770
from an initializer.
17711771

17721772
\pnum
1773-
The type of a \grammarterm{parameter-declaration} of a
1774-
function declaration\iref{dcl.fct},
1773+
The type of a \grammarterm{parameter-declaration} of
1774+
any of the following three:
1775+
a function declaration\iref{dcl.fct},
17751776
\grammarterm{lambda-expression}\iref{expr.prim.lambda}, or
1776-
\grammarterm{template-parameter}\iref{temp.param}
1777+
\grammarterm{template-parameter}\iref{temp.param},
17771778
can be declared using
17781779
a \grammarterm{placeholder-type-specifier} of the form
17791780
\opt{\grammarterm{type-constraint}} \keyword{auto}.

0 commit comments

Comments
 (0)