Skip to content

Instantly share code, notes, and snippets.

@callemall
Last active December 20, 2015 11:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callemall/6123293 to your computer and use it in GitHub Desktop.
Save callemall/6123293 to your computer and use it in GitHub Desktop.
For issues using std::string, uncomment the following line in typemap.dat to use char* strings when the definition gets created.
# To use regular char* strings instead of std::string, use:
xsd__string = | char* | char*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment