Source that compiles cleanly at warning level 4 in Visual Studio 2008 doesn't compile cleanly in VS2010 due to an inconsistency in the system headers.vc\include\crtdbg.h(1078): warning C4986: 'operator new[]': exception specification does not match previous declarationvc\include\new(79) : see declaration of 'operator new[]'vc\include\crtdbg.h(1095): warning C4986: 'operator delete[]': exception specification does not match previous declarationvc\include\new(77) : see declaration of 'operator delete[]'
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Please wait...