1
0
Files
YYCCommonplace/testbench/yycc
yyc12345 c85830902b fix: change the behavior of printf in string op.
- add compiler hint for checking the arguments of printf.
- change the return value of printf. from std::expected to normal value. use C++ exception to indicate error.
	* the error of printf usually caused by programmer. so it can be found when testing program.
	* so i use std::logic_error to indicate this and programmer should fix this before releasing program.
- change the use of encoding convertion. for those cases that convertion must be safe, we unwrap it directly.
2025-09-22 22:21:25 +08:00
..
2025-08-12 19:47:24 +08:00
2025-08-13 09:24:19 +08:00
2025-08-14 20:17:02 +08:00
2025-08-19 13:50:51 +08:00