-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Visual studio 2017 format locale number string got exception #905
Comments
What {fmt} library version do you use and what was the exception message? |
|
vitaut
added a commit
that referenced
this issue
Oct 13, 2018
vitaut
added a commit
that referenced
this issue
Oct 13, 2018
vitaut
added a commit
that referenced
this issue
Oct 13, 2018
vitaut
added a commit
that referenced
this issue
Oct 13, 2018
vitaut
added a commit
that referenced
this issue
Oct 13, 2018
Good catch. Fixed in ddd7caf, thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
the following code in the microsoft visual studio 2017 got exception
unsigned int nValu1=0xFFFFFFFF;
fmt::print("{:n}",nValu1);
The text was updated successfully, but these errors were encountered: