Re: [C++ Patch] PR 61753
OK. Jason
[C++ Patch] PR 61753
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