C++ Format v5.2.1 Release Notes

Release Date: 2018-09-21 // over 5 years ago
    • 🛠 Fixed visit lookup issues on gcc 7 & 8 (#870 <https://github.com/fmtlib/fmt/pull/870>). Thanks @medithe <https://github.com/medithe>.

    • 🛠 Fixed linkage errors on older gcc.

    • Prevented fmt/range.h from specializing fmt::basic_string_view (#865 <https://github.com/fmtlib/fmt/issues/865>, #868 <https://github.com/fmtlib/fmt/pull/868>). Thanks @hhggit (dual) <https://github.com/hhggit>_.

    • 👌 Improved error message when formatting unknown types (#872 <https://github.com/fmtlib/fmt/pull/872>). Thanks @foonathan (Jonathan Müller) <https://github.com/foonathan>,

    • Disabled templated user-defined literals when compiled under nvcc (#875 <https://github.com/fmtlib/fmt/pull/875>). Thanks @CandyGumdrop (Candy Gumdrop) <https://github.com/CandyGumdrop>,

    • Fixed format_to formatting to wmemory_buffer (#874 <https://github.com/fmtlib/fmt/issues/874>_).