Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX...
Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX intrinsics when implementing type traits. Thanks to Richard Smith for the patch. llvm-svn: 344254
Loading
Please sign in to comment