Re: [C++ Patch] PR 51184
OK. Jason
[C++ Patch] PR 51184
Hi, a simple diagnostic issue: we aren't diagnosing functions returning abstract class types as typenames. In grokdeclarator we already have a place where we do such checks on the return types, and I'm adding this one too, with the following details: 1- I'm not immediately returning with er