apolyakov added a comment.
I got an idea how to deal with different number of parameters: what if we
suggest to user to create own lambda functions(where he can specify needed
actions) without parameters, but with capturing required variables by reference
or by value? `auto f = [&x1, &x2...]{do some stuff}`. Looks weird, but...
https://reviews.llvm.org/D48295
_______________________________________________
lldb-commits mailing list
[email protected]
http://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits