我收到 LLVM 4.1 的编译器错误:
/Users/vibhor/src/mam/client_daemon/source/core/_osx/UtilSystem_OSX.cpp:261:32: Out-of-line definition of 'what' does not match any declaration in 'std::bad_typeid'
对于以下代码:
const char* ::std::bad_typeid::what() const throw() { return NULL; }
有没有办法抑制这种情况?它用 GCC 编译得很好。