mirror of
https://github.com/fmtlib/fmt.git
synced 2025-12-14 15:40:03 +08:00
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 | ||