Re: [C++ Patch] PR 61083

2014-05-07 Thread Jason Merrill
On 05/07/2014 01:15 PM, Paolo Carlini wrote: curiously, convert_nontype_argument still has most of its error calls not protected by complain & tf_error. The obvious fix works for this SFINAE issue. Not a regression, but could be safe for the branch too? Sure, OK for trunk and 4.9. Jason

[C++ Patch] PR 61083

2014-05-07 Thread Paolo Carlini
Hi, curiously, convert_nontype_argument still has most of its error calls not protected by complain & tf_error. The obvious fix works for this SFINAE issue. Not a regression, but could be safe for the branch too? Tested x86_64-linux. Thanks, Paolo. // /cp 2014-05-07 Pao