You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this static cast should not exist, I found in our supported frontends we could get away with just no cast here, and let the case labels widen on their own, you may have to support compilers/warning levels that warn there.
fmt/include/fmt/format.h
Line 2834 in af28305
I believe this static cast should not exist, I found in our supported frontends we could get away with just no cast here, and let the case labels widen on their own, you may have to support compilers/warning levels that warn there.
Similar to #1870
The text was updated successfully, but these errors were encountered: