Sirraide wrote:

> Something like:

The function template is pretty much what I meant, yeah, but by ‘templated 
lambda’ I meant either one that is an implicit template because one of its 
parameters is declared with `auto` (`[](auto x)`) or one that has an explicit 
template parameter list (`[]<typename T>`).

https://github.com/llvm/llvm-project/pull/116505
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to