Skip to content

11.1.3

Latest
Compare
Choose a tag to compare
@vitaut vitaut released this 26 Jan 14:46
  • Fixed compilation on GCC 9.4 (#4313).

  • Worked around an internal compiler error when using C++20 modules with GCC 14.2 and earlier (#4295).

  • Worked around a bug in GCC 6 (#4318).

  • Fixed an issue caused by instantiating formatter<const T> (#4303, #4325). Thanks @timsong-cpp.

  • Fixed formatting into std::ostreambuf_iterator when using format string compilation (#4309, #4312). Thanks @phprus.

  • Restored a constraint on the map formatter so that it correctly reports as unformattable when the element is (#4326). Thanks @timsong-cpp.

  • Reduced the size of format specs (#4298).

  • Readded args() to fmt::format_context (#4307, #4310). Thanks @Erroneous1.

  • Fixed a bogus MSVC warning (#4314, #4322). Thanks @ZehMatt.

  • Fixed a pedantic mode error in the CMake config (#4327). Thanks @rlalik.