mirror of
https://github.com/fmtlib/fmt.git
synced 2026-07-31 00:36:58 +08:00
The appender and generic-iterator overloads only differed in whether the integer formatting code was inlined. Merge them into a single overload and select write_int_noinline vs inline write_int via if constexpr, keeping the same codegen (out of line for appenders, inlined for compiled formatting) with no size regression. |
||
|---|---|---|
| .. | ||
| fmt | ||