MiroKaku / ucxxrt

The Universal C++ RunTime library, supporting kernel-mode C++ exception-handler and STL.
MIT License
399 stars 97 forks source link

typeid(int).name() 是否可以支持 #34

Open 276585877 opened 1 year ago

276585877 commented 1 year ago

1>unittest.obj : error LNK2019: 无法解析的外部符号 std_type_info_name,函数 "public: char const * cdecl type_info::name(void)const " (?name@type_info@@QEBAPEBDXZ) 中引用了该符号 1>unittest.obj : error LNK2001: 无法解析的外部符号 "struct type_info_node __type_info_root_node" (?type_info_root_node@@3U__type_info_node@@A)