tashcan / bob

GNU General Public License v3.0
62 stars 15 forks source link

Fix macOS build due to missing std::format #43

Closed lightbull-stfc closed 2 months ago

lightbull-stfc commented 2 months ago

Use fmt::format if std::format is unavailable (i.e., on macOS with XCode < 15.0.0)