Re: [C++ Patch] PR 10207
OK. Jason
[C++ Patch] PR 10207
Hi, in this even older ;) and related issue, we reject empty initializer lists in compound-literals. The fix seems simple: just use cp_parser_braced_list instead of cp_parser_initializer_list, which allows for the special case of empty list. Tested x86_64-linux. There is a nit which I don't