RISCSoftware / cpacs_tigl_gen

Generates CPACS schema based classes for TiGL
Apache License 2.0
5 stars 5 forks source link

C++11 port #25

Closed bernhardmgruber closed 5 years ago

bernhardmgruber commented 5 years ago
bernhardmgruber commented 5 years ago

You may want to verify this internally. I tested it on the public TiGL and it required some modifications, especially regarding enums, as they are now properly scoped and no prefixing is performed anymore.

RlanderRISCSW commented 5 years ago

Hi Bernhard, thanks for your contribution, and sorry for the late response. The changes look good, I still got two questions:

bernhardmgruber commented 5 years ago

Thank you for the input!

bernhardmgruber commented 5 years ago

Looks good to me now.

RlanderRISCSW commented 5 years ago

Perfect, works well, thanks a lot!