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

Fix compiler error on older compilers #43

Closed
wants to merge 2 commits into from
Closed

Conversation

Jondeen
Copy link
Contributor

@Jondeen Jondeen commented Jun 15, 2016

Hi,

Our build was crashing thanks to missing overload functions to std::to_string(int) in our compiler (similar to this: http://stackoverflow.com/questions/10664699/stdto-string-more-than-instance-of-overloaded-function-matches-the-argument ).

Casted uses of to_string(int) to to_string( int) to make it compile.

@al2na
Copy link
Owner

al2na commented Jun 15, 2016

hi, thanks for the fix, seems it will be useful. But could you pull the latest "development" branch and do a pull request there instead of the master?

@al2na
Copy link
Owner

al2na commented Jun 16, 2016

this is now merged to development branch

@al2na al2na closed this Jun 16, 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