-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Windows warning C4244 in fmt/chrono.h #1649
Comments
Fixed in f2ed03b. |
Cool thanks, I wonder how it didn't work correctly before. According to the log the type of
evaluated to true. |
AFAICS it is evaluated to false: https://godbolt.org/z/XR3fXD. In any case it's gone now. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Compiling the following on Windows:
using
Microsoft (R) C/C++ Optimizing Compiler Version 19.25.28614 for x64
Windows 10 SDK (10.0.18362.0)
fmt v6.2.0
and compiler flags:
/W1 -DFMT_LOCALE
produces the warning:
The text was updated successfully, but these errors were encountered: