Prefer to use the __is_XXX compiler intrinsics to the (old, busted) __has_XXX intrins...
authorMarshall Clow <mclow.lists@gmail.com>
Thu, 11 Oct 2018 15:38:07 +0000 (15:38 +0000)
committerMarshall Clow <mclow.lists@gmail.com>
Thu, 11 Oct 2018 15:38:07 +0000 (15:38 +0000)
commite98be183117c3d5537d322a0d126ee92a8330543
tree3d7eef8ec64ef783e2e91eb5ca182013c940092d
parent6a0b319549b31bbaaf146b08384b2fb9e80fd109
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
libcxx/include/type_traits