wuyiwei2018
Results
1
issues of
wuyiwei2018
 ``` 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