> You are probably better off with a > check for any type_trait member you are using (see > <http://clang.llvm.org/docs/LanguageExtensions.html#checking_type_traits>). std::is_pod (as opposed to __is_pod) is part of the C++11 standard, so no check for extensions should be required to use it. Regards, Nate