On 01.09.2013 21:22, Jason Merrill wrote:
On 08/27/2013 03:42 PM, Adam Butcher wrote:
+ vec_safe_push (argvec, arg);
I bet we want convert_from_reference in the non-generic lambda case,
too.
OK with that change.
I think I had made that change originally to keep the two impls the
same and I hit issues with non-generic lambdas. But I can't remember
the details. I'll try again. If it works with convert_from_reference
in both cases should I push or should I sort out the parameter pack
conversion op issue and roll that up into this?