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

Ifdef itoa to resolve incompatibility issues #81

Merged
merged 1 commit into from
Feb 15, 2016

Conversation

AcidLeroy
Copy link
Contributor

Signed-off-by: Cody W. Eilar [email protected]

- According to http://stackoverflow.com/questions/3799595/itoa-function-problem, itoa is not part of the C++ standard. This will inevitably break builds (as it did for me). It is recommended not to use it.

Signed-off-by: Cody W. Eilar <[email protected]>
@AcidLeroy AcidLeroy mentioned this pull request Feb 15, 2016
DigitalInBlue pushed a commit that referenced this pull request Feb 15, 2016
Ifdef itoa to resolve incompatibility issues
@DigitalInBlue DigitalInBlue merged commit 2939e0d into DigitalInBlue:develop Feb 15, 2016
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