C++ Format v7.0.3 Release Notes

Release Date: 2020-08-06 // over 3 years ago
    • Worked around broken numeric_limits for 128-bit integers (#1787 <https://github.com/fmtlib/fmt/issues/1787>_).

    • ➕ Added error reporting on missing named arguments (#1796 <https://github.com/fmtlib/fmt/issues/1796>_).

    • Stopped using 128-bit integers with clang-cl (#1800 <https://github.com/fmtlib/fmt/pull/1800>). Thanks @Kingcom <https://github.com/Kingcom>.

    • 🛠 Fixed issues in locale-specific integer formatting (#1782 <https://github.com/fmtlib/fmt/issues/1782>, #1801 <https://github.com/fmtlib/fmt/issues/1801>).