Re: [xsd-users] no abstract base classes with "Customizing the generated type — the complex case"
Oliver Schneider
xsd-users at oli-obk.de
Tue Aug 5 07:35:22 EDT 2014
Hi Boris,
Wonderful! This works like a charm.
> Let me know if there are still any issues.
You found a bug in my code :D
I had an abstract base type "person". Type "superhero" inherited from
that. Type "superman_base" inherited from "superhero". There was a
_clone function in type "superhero", which broke, because "person" had a
pure virtual function. So, i fixed my xsd schema and made "superhero"
abstract, too.
/Oliver
More information about the xsd-users
mailing list