Chlumsky/json-cpp-gen

Support C-style struct & enum variable declarations

Chlumsky opened this issue · 1 comments

E.g.

struct Foo {
    struct Bar bar;
};

Implemented in 3f4d492