[cfe-dev] [libcxx] No `struct __is_pod`/`struct __is_empty` in type_traits?
Howard Hinnant
hhinnant at apple.com
Thu Sep 1 08:33:20 PDT 2011
On Sep 1, 2011, at 11:28 AM, Michel Morin wrote:
> It seems that `struct __is_pod`/`struct __is_empty` does not exist
> in any version of libcxx. Is this correct?
This is correct. These are clang intrinsics.
>
> (I want to make this confirmed to write a patch for Boost.TypeTraits
> to use clang's intrinsics safely with libcxx.)
Thanks,
Howard
More information about the cfe-dev
mailing list