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

Parsing doubles with std::stod does not always work #45

Closed
pgkos opened this issue Jan 25, 2017 · 0 comments · Fixed by #66
Closed

Parsing doubles with std::stod does not always work #45

pgkos opened this issue Jan 25, 2017 · 0 comments · Fixed by #66

Comments

@pgkos
Copy link

pgkos commented Jan 25, 2017

When the application's locale has a decimal comma then all doubles will be parsed as integers.
Such a situation can arise, for example, when developing a GUI application, e.g. with Gtkmm.

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 a pull request may close this issue.

1 participant