11.0.2
-
Fixed performance regressions when using
std::back_insert_iteratorwithfmt::format_to(#4070). -
Fixed handling of
std::generatorand move-only iterators (#4053, #4057). Thanks @Arghnews. -
Made
formatter<std::string_view>::parsework with types convertible tostd::string_view(#4036, #4055). Thanks @Arghnews. -
Made
volatile void*formattable (#4049, #4056). Thanks @Arghnews. -
Made
Glib::ustringnot be confused withstd::string(#4052). -
Made
fmt::contextiterator compatible with STL algorithms that rely on iterator category (#4079).