Skip to content

11.0.1

Compare
Choose a tag to compare
@vitaut vitaut released this 05 Jul 16:12
  • Fixed version number in the inline namespace (#4047).

  • Fixed disabling Unicode support via CMake (#4051).

  • Fixed deprecated visit_format_arg (#4043). Thanks @nebkat.

  • Fixed handling of a sign and improved the std::complex formater (#4034, #4050). Thanks @tesch1 and @phprus.

  • Fixed ADL issues in fmt::printf when using C++20 (#4042). Thanks @toge.

  • Removed a redundant check in the formatter for std::expected (#4040). Thanks @phprus.