-
Optimized
buffer::append, resulting in up to ~16% improvement on spdlog benchmarks (https://github.com/fmtlib/fmt/pull/4541). Thanks @fyrsta7. -
Worked around an ABI incompatibility in
std::locale_refbetween clang and gcc (https://github.com/fmtlib/fmt/issues/4573). -
Made
std::variantandstd::expectedformatters work withformat_as(https://github.com/fmtlib/fmt/issues/4574, h...