stringbuilder
stringbuilder copied to clipboard
Compilation errors may occur when multiple files are included
error LNK2005: "void __cdecl sbldr::detail::prefetchWrite(void const *)" (?prefetchWrite@detail@sbldr@@YAXPEBX@Z) 已经在 runtime.cpp.obj 中定义
You are right. Thank you very much @GhuaZo .
This patch should help: https://github.com/Isameru/stringbuilder/commit/ab772a6f0db237155d17a68c8f72b48383137872
wow, thank you very mach