- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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> ^
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
@vasci - thanks, I was about to let you know as well. I'll keep you updated as soon as the release with the fix is out. Appreciate your patience till then.
Kittur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have the same problem with you. If you found any way to fix to, could you please tell me. Appreciate your sharing. Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks @duc. Yes, I'll keep you updated as soon as the release with the fix is out. Appreciate your patience till then.
Kittur
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi,
Just letting you know that this issue is fixed in the 16.0.3 (update 3) release that was out this week which you can download from the Intel Registration Center and test it out, thanks.
Regards,
Kittur

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page