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

format.h: use of _ecvt(x, 0, &dec, &sign) causes compilation error in VS2013 #233

Closed
gabime opened this issue Nov 25, 2015 · 1 comment
Closed

Comments

@gabime
Copy link
Contributor

gabime commented Nov 25, 2015

error C4996: '_ecvt': This function or variable may be unsafe. Consider using _ecvt_s instead. To disable deprecation, use _CRT_SECURE_NO_WARNINGS.

vitaut added a commit that referenced this issue Nov 25, 2015
@vitaut
Copy link
Contributor

vitaut commented Nov 25, 2015

Fixed in 0519737. Thanks!

@vitaut vitaut closed this as completed Nov 25, 2015
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

No branches or pull requests

2 participants