Quantcast
Channel: Intel® C++-Compiler
Viewing all articles
Browse latest Browse all 1665

Visual Studio 2015 Update 2 and Intel Compiler 16.0 Update 2 incompatible?

$
0
0

 

I have installed Visual Studio 2015 Update 2 and the latest Intel Compiler 16.0 ( I updated to Parallel Studio 2016 Update 2) will not compile "hello world".

#include <iostream>

int main()
{
    return 0;
}

 

1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits(550): error : identifier "__is_assignable" is undefined
1>            : integral_constant<bool, __is_assignable(_To, _From)>
1>                                      ^
1>
1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits(550): error : type name is not allowed
1>            : integral_constant<bool, __is_assignable(_To, _From)>
1>                                                      ^
1>
1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits(550): error : type name is not allowed
1>            : integral_constant<bool, __is_assignable(_To, _From)>
1>                                                           ^


Viewing all articles
Browse latest Browse all 1665

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>