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

Visual Studio 2015 Update 1 Intel Compiler XE 15 attributes

$
0
0

The posted answer https://software.intel.com/en-us/forums/intel-c-compiler/topic/601433 fixed one of the issues I saw after Visual Studio 2015 Update 1.  However, I still get the following errors.  I have only added a representative error but they all have the same condition the is triggering the failure. Is there any work around available?

>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\exception(294): error : expected an attribute name
1>         void _RethrowException() const

The same error message also get emitted from xstring and vector

1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\xstring(2250): error : expected an attribute name
1>         void _Xran() const

 

1>C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\include\vector(1782): error : expected an attribute name
1>         void _Xlen() const


Viewing all articles
Browse latest Browse all 1616

Trending Articles