The current version of Intel C++ compiler supports subset of C++14, which is enabled with /Qstd:c++14 switch on Windows. Visual Studio 2015 Integration shows only Enable C++11 Support option in project properties, Enable C++14 Support is missing and has to be enabled by adding /Qstd:c++14 to command line.
↧