-
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()
tofmt::format_context
(#4307, #4310). Thanks @Erroneous1. -
Fixed a pedantic mode error in the CMake config (#4327). Thanks @rlalik.