-
Fixed ABI compatibility with earlier 11.x versions on Windows (#4359).
-
Improved the logic of switching between fixed and exponential format for
float
(#3649). -
Moved
is_compiled_string
to the public API (#4342). Thanks @SwooshyCueb. -
Simplified implementation of
operator""_cf
(#4349). Thanks @LocalSpook. -
Fixed
__builtin_strlen
detection (#4329). Thanks @LocalSpook. -
Fixed handling of BMI paths with the Ninja generator (#4344). Thanks @tkhyn.
-
Fixed gcc 8.3 compile errors (#4331, #4336). Thanks @sergiud.
-
Fixed a bogus MSVC warning (#4356). Thanks @dinomight.