[xsde-users] Help me get rid of std::type_info

Boris Kolpackov boris at codesynthesis.com
Thu Dec 3 06:55:41 EST 2009


Hi Erik,

Koster, Erik de <E.de.Koster at dutchspace.nl> writes:

> On the target platform we want to use XSD/E for the std::type_info is
> not available for casting. Can the XSD/e parser (non validating) be
> commanded to not use this class?

XSD/e doesn't use std::type_info directly. It may use dynamic_cast
for polymorphism support if you configure it to use the mixin-style 
parser/serializer reuse (by default it is tiein-style). Can you provide
more information on where in the code you see std::type_info being
used?

Boris



More information about the xsde-users mailing list