C++ Format v6.1.2 Release Notes

Release Date: 2019-12-11 // over 4 years ago
    • 🛠 Fixed ABI compatibility with libfmt.so.6.0.0 (#1471 <https://github.com/fmtlib/fmt/issues/1471>_).

    • 🛠 Fixed handling types convertible to std::string_view (#1451 <https://github.com/fmtlib/fmt/pull/1451>). Thanks @denizevrenci (Deniz Evrenci) <https://github.com/denizevrenci>.

    • Made CUDA test an opt-in enabled via the FMT_CUDA_TEST CMake option.

    • 🛠 Fixed sign conversion warnings (#1440 <https://github.com/fmtlib/fmt/pull/1440>). Thanks @0x8000-0000 (Florin Iucha) <https://github.com/0x8000-0000>.