1
0

fix: redirect all std::format to my personal format

This commit is contained in:
2025-09-28 21:44:44 +08:00
parent 8d7eff2a15
commit d6b1d7fd46
3 changed files with 6 additions and 10 deletions

View File

@ -19,7 +19,6 @@
namespace yycc::patch::format {
// TODO: order all use of std::format redirect to this function.
// TODO: all use of OP::printf should also switch to this function if possible.
template<class... Args>