We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
spdlog/include/spdlog/fmt/bundled/format-inl.h
Lines 1153 to 1154 in f29f369
Won't this overflow, I got on Windows, 32-bit, some warnings about it:
...\deps\spdlog\include\spdlog\fmt\bundled\format-inl.h(1154): warning C4307: '*': integral constant overflow ...\deps\spdlog\include\spdlog\fmt\bundled\format-inl.h(1186): warning C4307: '*': integral constant overflow ..\deps\spdlog\include\spdlog\fmt\bundled\format-inl.h(1207): warning C4307: '*': integral constant overflow
The text was updated successfully, but these errors were encountered:
This code is part of fmtlib. Please re open the issue there
Sorry, something went wrong.
Created issue for it:fmtlib/fmt#3274
The issue fmtlib/fmt#3274 has been fixed
No branches or pull requests
spdlog/include/spdlog/fmt/bundled/format-inl.h
Lines 1153 to 1154 in f29f369
Won't this overflow, I got on Windows, 32-bit, some warnings about it:
The text was updated successfully, but these errors were encountered: