Chlumsky/json-cpp-gen

Ignore elements with unrecognized template arguments

Closed this issue · 1 comments

The intended behavior is to skip any structure elements with unrecognized types. I believe this works fine if the unrecognized type is the direct type of the element, but if it is used within a template argument, the header parser fails.

Fixed in 1910a02