Chlumsky/json-cpp-gen

Support enum base type

Chlumsky opened this issue · 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