Skip to content

7.1.1

Compare
Choose a tag to compare
@vitaut vitaut released this 02 Nov 14:27
  • Fixed ABI compatibility with 7.0.x (#1961).

  • Added the FMT_ARM_ABI_COMPATIBILITY macro to work around ABI incompatibility between GCC and Clang on ARM (#1919).

  • Worked around a SFINAE bug in GCC 8 (#1957).

  • Fixed linkage errors when building with GCC's LTO (#1955).

  • Fixed a compilation error when building without __builtin_clz or equivalent (#1968). Thanks @tohammer (Tobias Hammer).

  • Fixed a sign conversion warning (#1964). Thanks @OptoCloud.