参考https://code.google.com/p/google-breakpad/issues/detail?id=481
ISO C++ forbids declaration of ‘typeof’ with no type
typedef ‘google_breakpad::typeof’ is initialized (use decltype instead)
因为 C++11 把关键字typeof改为decltype了
so....