Chlumsky opened this issue 4 years ago · 1 comments
Support enumerations with an explicit base type, e.g.
enum Foo : short { BAR };
Simply skip the part between enum name and the opening brace.
Implemented in 3f4d492