6 Commits

Author SHA1 Message Date
木头云
c44e9fadcd fix(test): Update test.h include paths after master rebase
After rebasing onto master, test.h was moved to test/archive/.
Updated include paths in test subdirectories:
- test/imp/*.cpp: "test.h" -> "../archive/test.h"
- test/mem/*.cpp: "test.h" -> "../archive/test.h"
- test/concur/*.cpp: "test.h" -> "../archive/test.h"

This ensures all test files can properly find the test header
after the directory reorganization in master branch.
2025-12-09 03:46:10 +00:00
mutouyun
e006ba3f84 Fix fmt function to handle null pointers and return empty string 2025-12-09 03:46:10 +00:00
mutouyun
c5a7a5de4a Fix fmt function to handle empty strings and update make_prefix template parameters 2025-12-09 03:46:10 +00:00
mutouyun
9e9052f76b Optimized partial implementation using fmt 2025-12-09 03:46:10 +00:00
mutouyun
a4b48e9a94 Added fmt support for byte 2025-12-09 03:42:55 +00:00
mutouyun
d32252b0a2 Add fmt 2025-12-09 03:42:55 +00:00