TrenchBroom icon indicating copy to clipboard operation
TrenchBroom copied to clipboard

Use std::format instead of fmt library

Open kduske opened this issue 8 months ago • 0 comments

Now that we have upgraded to cpp20, we don't need the fmt library. Check if we can easily replace it with std::format.

Xcode only support std::format as of 15.3, which I'm not using yet.

kduske avatar Jun 10 '24 12:06 kduske