Tom94 / tev

High dynamic range (HDR) image viewer for graphics people
BSD 3-Clause "New" or "Revised" License
1.02k stars 86 forks source link

Switch from `fmt::format` to C++20's `std::format` #205

Open Tom94 opened 1 year ago

Tom94 commented 1 year ago

This PR will likely fail to build on macOS due to Apple Clang not yet supporting std::format. It will get merged once all major compilers do have support.