Hello All,
Today I installed Visual Studio 2015 Community edition (RTM) and discovered that a very simple code won't compile with Intel 2016 Compiler (update 2, Version 16.0 Beta Build 20150527).
The code:
#include <string> #include <iostream> using namespace std; int main() { cout << "Hello!!"; return 0; }
The error message:
1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\type_traits(1617): error : a nonstatic member reference must be relative to a specific object
1> -> decltype(_STD invoke(get(), _STD forward<_Types>(_Args)...))
Hope it will be fixed in the next release, since it is complete show-stopper!
Regards,
Michael