1 2 3 4 5 6 7 8 9 10 11
// Header for PCH test cxx-traits.cpp template<typename _Tp> struct __is_pod { enum { __value }; }; template<typename _Tp> struct __is_empty { enum { __value }; };