fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
20.86k stars 2.51k forks source link

Compilation failure using mingw32 when -Wconversion is enabled. #4199

Closed vinayyadav3016 closed 1 month ago

vinayyadav3016 commented 1 month ago

mingw32 cause compilation failure when -Wconversion is enabled while cross compiling for win32 application using MXE environment because long unsigned int != size_t (aka long long unsigned int).