-
Fixed performance regressions when using
std::back_insert_iterator
withfmt::format_to
(#4070). -
Fixed handling of
std::generator
and move-only iterators (#4053, #4057). Thanks @Arghnews. -
Made
formatter<std::string_view>::parse
work with types convertible tostd::string_view
(#4036, #4055). Thanks @Arghnews. -
Made
volatile void*
formattable (#4049, #4056). Thanks @Arghnews. -
Made
Glib::ustring
not be confused withstd::string
(#4052). -
Made
fmt::context
iterator compatible with STL algorithms that rely on iterator category (#4079).