Hi,
I get the following compiler error if I build in release mode (Visual Studio 2010 with Intel compiler 16.0), debug mode works:
myexception.h(471) (col. 15): : error : 010101_45097
The error occur also if I comment out the line complained (471). Is there any description of that error? haven't found something in the net.
The error looks a bit strange to me.
I already tried to turn off all optimizations, but that didn't helped.
Also I tried to use an older platform toolset (intel compiler 14.0), but then I don't get it start to compile and abort with message:
C:\Program Files (x86)\MSBuild\Microsoft.Cpp\v4.0\Platforms\x64\PlatformToolsets\Intel C++ Compiler XE 14.0\Microsoft.Cpp.x64.Intel C++ Compiler XE 14.0.targets(306,5): error : Element has an invalid value of "false".
Never tried this before, maybe I just make something wrong.