mirror of
https://github.com/fmtlib/fmt.git
synced 2025-01-05 21:59:54 +00:00
58c185b634
Changing type data_ to size_t because 1. If lib is cross-compiled for win32 using MXE environment it cause compilation warning -Wconversion on line 730 as sizeof(unsigned long) = 4 and sizeof(size_t) = 8 2. When lib is compiled on Unix like compiler generate warning -Wuseless-cast if static_cast is used to fix issue in 1 |
||
---|---|---|
.. | ||
fmt |