[cfe-dev] VS2015 Update 3 type_traits Header Issues

Hans Wennborg via cfe-dev cfe-dev at lists.llvm.org
Wed Jun 29 15:19:57 PDT 2016


On Wed, Jun 29, 2016 at 2:48 PM, Daniel Dilts via cfe-dev
<cfe-dev at lists.llvm.org> wrote:
> I upgraded my install of VS2015 to VS2015 Update 3 and it appears to have
> broken the ability of an in-house tool that is based on Clang to parse
> type_traits.  It appears that is_assignable is now implemented in terms of
> an intrinsic named __is_assignable.  Is there a work around or a fix for
> this?

Yes, David implemented support in Clang r270458.

Cheers,
Hans



More information about the cfe-dev mailing list