On 08/01/2013 08:25 AM, Adam Butcher wrote:
+ = DECL_TEMPLATE_INFO (callop) + && DECL_TEMPLATE_RESULT (DECL_TI_TEMPLATE (callop)) == callop;
An expression broken across lines should be parenthesized.And let's move the building of 'call' for the non-template case up to be with the template case.
Otherwise, looks good! Jason