wuyiwei2018

Results 1 issues of wuyiwei2018

![Image](https://github.com/user-attachments/assets/4427b730-54b5-4a89-ba59-0cc97bd92a1c) ``` std::string FdogSerializer::getTypeName(string TypeName) { #ifdef __GNUC__ TypeName = abi::__cxa_demangle(TypeName.c_str(), 0, 0, 0); #elif _MSC_VER if (TypeName.find("struct ") != string::npos && TypeName.find("class std::basic_string