C++ Format v8.0.1 Release Notes

Release Date: 2021-07-02 // over 2 years ago
    • 🛠 Fixed the version number in the inline namespace (#2374 <https://github.com/fmtlib/fmt/issues/2374>_).

    • ➕ Added a missing presentation type check for std::string (#2402 <https://github.com/fmtlib/fmt/issues/2402>_).

    • 🛠 Fixed a linkage error when mixing code built with clang and gcc (#2377 <https://github.com/fmtlib/fmt/issues/2377>_).

    • 🛠 Fixed documentation issues (#2396 <https://github.com/fmtlib/fmt/pull/2396>, #2403 <https://github.com/fmtlib/fmt/issues/2403>, #2406 <https://github.com/fmtlib/fmt/issues/2406>). Thanks @mkurdej (Marek Kurdej) <https://github.com/mkurdej>.

    • ✂ Removed dead code in FP formatter ( #2398 <https://github.com/fmtlib/fmt/pull/2398>). Thanks @javierhonduco (Javier Honduvilla Coto) <https://github.com/javierhonduco>.

    • 🛠 Fixed various warnings and compilation issues (#2351 <https://github.com/fmtlib/fmt/issues/2351>, #2359 <https://github.com/fmtlib/fmt/issues/2359>, #2365 <https://github.com/fmtlib/fmt/pull/2365>, #2368 <https://github.com/fmtlib/fmt/issues/2368>, #2370 <https://github.com/fmtlib/fmt/pull/2370>, #2376 <https://github.com/fmtlib/fmt/pull/2376>, #2381 <https://github.com/fmtlib/fmt/pull/2381>, #2382 <https://github.com/fmtlib/fmt/pull/2382>, #2386 <https://github.com/fmtlib/fmt/issues/2386>, #2389 <https://github.com/fmtlib/fmt/pull/2389>, #2395 <https://github.com/fmtlib/fmt/pull/2395>, #2397 <https://github.com/fmtlib/fmt/pull/2397>, #2400 <https://github.com/fmtlib/fmt/issues/2400>, #2401 <https://github.com/fmtlib/fmt/issues/2401>, #2407 <https://github.com/fmtlib/fmt/pull/2407>). Thanks @zx2c4 (Jason A. Donenfeld) <https://github.com/zx2c4>, @AidanSun05 (Aidan Sun) <https://github.com/AidanSun05>, @mattiasljungstrom (Mattias Ljungström) <https://github.com/mattiasljungstrom>, @joemmett (Jonathan Emmett) <https://github.com/joemmett>, @erengy (Eren Okka) <https://github.com/erengy>, @patlkli (Patrick Geltinger) <https://github.com/patlkli>, @gsjaardema (Greg Sjaardema) <https://github.com/gsjaardema>, @phprus (Vladislav Shchapov) <https://github.com/phprus>_.