On 09/23/2013 01:53 AM, Adam Butcher wrote:
+ if (member_p) + decl = finish_fully_implicit_template (parser, decl); + else + finish_fully_implicit_template (parser, /*member_decl_opt=*/0);
Why don't we want to return the template for the non-member case? Jason