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 で問題なくコンパイルできます。