RISCSoftware / cpacs_tigl_gen

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

Derived types with different parents cause compile error #33

Closed RlanderRISCSW closed 4 years ago

RlanderRISCSW commented 4 years ago

When a type is derived from another type and both types should store the pointer to their parent class(es), non-compatible member variables and constructors are generated. This leads to compile errors when the constructor of the derived class calls the parent class constructor.