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

Intel Compiler 19 and C++17 on Windows

$
0
0

I can't get even a basic project to compile with the Intel compiler in Visual Studio 2017 15.8.5 when C++17 language support is enabled. Creating a Windows Console Application with no changes except enabling C++17 language support will compile with MSVC 141 and Intel 18 but not Intel 19. The minimal reproducible example is:

#include <iostream>

int main()
{
}

It will also fail if iostream is changed to vector or memory or almost anything else. The failure appears to begin in type_traits. It also fails from the command line with just "icl.exe /std:c++17 test.cpp".


Viewing all articles
Browse latest Browse all 1175

Trending Articles



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