File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 2010
2010
\item
2011
2011
the closure type,
2012
2012
\item
2013
- a class type derived from the closure type, or
2013
+ a class type publicly and unambiguously derived from the closure type, or
2014
2014
\item
2015
2015
a reference to a possibly cv-qualified such type.
2016
2016
\end {itemize }
Original file line number Diff line number Diff line change 7445
7445
Attempting to create a function type in which a parameter has a type
7446
7446
of \keyword {void}, or in which the return type is a function type
7447
7447
or array type.
7448
+
7449
+ \item
7450
+ % FIXME: What's it mean to "give" a type "to" a parameter?
7451
+ % FIXME: See also "Attempting to give an invalid type to ..." above.
7452
+ Attempting to give to
7453
+ an explicit object parameter of a lambda's function call operator
7454
+ a type not permitted for such\iref {expr.prim.lambda.closure }.
7448
7455
\end {itemize }
7449
7456
\end {note }
7450
7457
You can’t perform that action at this time.
0 commit comments