1
0

refactor: bring utf8 patch for std::ostream back.

This commit is contained in:
2025-08-22 21:28:29 +08:00
parent d6034f8cb0
commit 9e994dd4f0
5 changed files with 75 additions and 1 deletions

View File

@ -13,6 +13,7 @@ PRIVATE
# Sources
yycc/string/reinterpret.cpp
yycc/string/op.cpp
yycc/string/stream.cpp
yycc/patch/fopen.cpp
yycc/rust/panic.cpp
yycc/rust/env.cpp
@ -45,6 +46,7 @@ FILES
yycc/flag_enum.hpp
yycc/string/reinterpret.hpp
yycc/string/op.hpp
yycc/string/stream.hpp
yycc/patch/ptr_pad.hpp
yycc/patch/fopen.hpp
yycc/num/parse.hpp