mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-01-09 08:52:26 -08:00
6fb29764d6
Gets rid of the need to special-case brace handling depending on the overload used, and makes it consistent across the board with how fmt handles them. Strings with compile-time deducible strings are directly forwarded to std::string's constructor, so we don't need to worry about the performance difference here, as it'll be identical.