On 10/10/2011 12:44 AM, Paolo Carlini wrote:
If I just do this (I hope it's what you had in mind):

- tree t = non_reference (totype);
+ tree t = totype; /*non_reference (totype); */

variadic111.C:16:22: warning: converting ‘false’ to pointer type for
argument 3 of ‘void S<Args1>::f(Args1 ..., Args2&& ...) [with Args2 =
{bool, char}; Args1 = {int, double}]’ [-Wconversion-null]

Hmm, need to also change POINTER_TYPE_P to TYPE_PTR_P.

Jason

Reply via email to