Re: [C++ Patch] PR 32489
OK. Jason
[C++ Patch] PR 32489
Hi, submitter asks us to be more accurate in some error messages about naming 'struct' vs 'class'. Turns out - IMHO the issue is a bit nitpicking - that we do have in place machinery for this, already used by cp_parser_class_head, which sets CLASSTYPE_DECLARED_CLASS appropriately. I'm simply