-
Fixed ABI compatibility with earlier 11.x versions (#4292).
-
Added
wchar_t
support to thestd::bitset
formatter (#4285, #4286, #4289, #4290). Thanks @phprus. -
Prefixed CMake components with
fmt-
to simplify usage of {fmt} viaadd_subdirectory
(#4283). -
Fixed a compilation error in chrono on nvcc (#4297, #4301). Thanks @breyerml.
-
Fixed various warnings (#4288, #4299). Thanks @GamesTrap and @edo9300.