Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed compilation errors with c++14 and missing strdup() #179

Closed
wants to merge 3 commits into from

Conversation

mortacious
Copy link
Contributor

I fixed some compiler errors on newer c++ standards and added cstring include to the generated code so the compiler finds the strdup() function. This fixed issue #176 for me.

@miatauro-NASA
Copy link
Contributor

Thank you for your contribution! I've pulled the python and cstring commits into the master branch. We're not willing to commit to C++ 11 yet, let alone 14, but I've made C++03-compatible changes based on what you've done here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants