ModOrganizer2 / modorganizer

Mod manager for various PC games. Discord Server: https://discord.gg/ewUVAqyrQX if you would like to be more involved
http://www.nexusmods.com/skyrimspecialedition/mods/6194
GNU General Public License v3.0
2.06k stars 155 forks source link

Switch from fmtlib to std::format. #2031

Closed Holt59 closed 1 month ago

Holt59 commented 1 month ago

See https://github.com/ModOrganizer2/modorganizer-uibase/pull/143

I removed all the manual call to toStdString() after tr, that's on purpose - Since std::string is convertible to std::format_string, that would trigger the format_string overload, but since the expression would not be compile time, fail.

Supersedes #2027

Others: