Skip to content

11.0.2

Latest
Compare
Choose a tag to compare
@vitaut vitaut released this 20 Jul 14:32
  • Fixed compatibility with non-POSIX systems (#4054, #4060).

  • Fixed performance regressions when using std::back_insert_iterator with fmt::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 to std::string_view (#4036, #4055). Thanks @Arghnews.

  • Made volatile void* formattable (#4049, #4056). Thanks @Arghnews.

  • Made Glib::ustring not be confused with std::string (#4052).

  • Made fmt::context iterator compatible with STL algorithms that rely on iterator category (#4079).