mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-10 17:15:33 +01:00
* include/fmt/format.h: int_writer: removed unnecessary iterator type re-declaration (prevents shadow-waringing in clang) * include/fmt/format.h: int_writer: correctly cast signed integer to unsigned to prevent 'implicit conversion changes signedness'-warnings in clang. Co-authored-by: Martin Wührer <martin.wuehrer@artech.at>