We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a27ede6 commit ca73d4fCopy full SHA for ca73d4f
source/expressions.tex
@@ -1843,8 +1843,9 @@
1843
\end{example}
1844
1845
\pnum
1846
-A lambda is a \defn{generic lambda}
1847
-if the \grammarterm{lambda-expression}
+A \grammarterm{lambda-expression} is a \defn{lambda}.
+A lambda is \defnx{generic}{lambda!generic}
1848
+if the \grammarterm{parameter-declaration-clause}
1849
has any generic parameter type placeholders\iref{dcl.spec.auto}, or
1850
if the lambda has a \grammarterm{template-parameter-list}.
1851
\begin{example}
@@ -2059,7 +2060,7 @@
2059
2060
\end{note}
2061
2062
-The closure type for a non-generic \grammarterm{lambda-expression} with no
2063
+The closure type for a non-generic lambda with no
2064
\grammarterm{lambda-capture}
2065
whose constraints (if any) are satisfied
2066
has a conversion function to pointer to
0 commit comments