You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It might be as simple as: the auto operator() only happens for lambdas needed argument type deduction, i.e. operator() is a template, and so then we use the pretty-printed tokens on the specializations, rather than the parsed tokens.
The text was updated successfully, but these errors were encountered:
It might be as simple as: the
auto operator()
only happens for lambdas needed argument type deduction, i.e.operator()
is a template, and so then we use the pretty-printed tokens on the specializations, rather than the parsed tokens.The text was updated successfully, but these errors were encountered: