Re: [C++ Patch] PR 61753

2015-08-31 Thread Jason Merrill
OK. Jason

[C++ Patch] PR 61753

2015-08-31 Thread Paolo Carlini
Hi, this is about suboptimal error messages for the kind of code distilled by Jonathan in Comment #2: class Rule { Rule(int e); }; const Rule::Rule(int e) { } that is, an error message of the type "error: prototype for ‘Rule::Rule()’ does not match any in class ‘Rule’" and no mention of