[cfe-dev] C++11 POD bug

Nathan Ridge zeratul976 at hotmail.com
Sun Jun 3 14:50:56 PDT 2012


> 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
 		 	   		  



More information about the cfe-dev mailing list