1
0

fix: use new format to replace all printf as much as possible.

- ironpad is a very conservative module so I don't want to bring any changes for it except bug fix.
This commit is contained in:
2025-09-28 21:57:18 +08:00
parent d6b1d7fd46
commit 6ecf6935d8
2 changed files with 1 additions and 2 deletions

View File

@ -27,6 +27,7 @@
#define REINTERPRET ::yycc::string::reinterpret
#define WINFCT ::yycc::windows::winfct
#define FOPEN ::yycc::patch::fopen
using namespace std::literals::string_view_literals;
namespace yycc::carton::ironpad {