Re: [C++ Patch] PR 19200 follow up

2014-06-11 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 19200 follow up

2014-06-11 Thread Paolo Carlini
Hi, just reminded the hard way that, for friend *template* declarations, cp_parser_init_declarator (vs cp_parser_member_declaration) has to pass the actual friend_p information. I'm finishing testing the below. Thanks, Paolo. // /cp 2014-06-11 Paolo Carlini PR