In release mode, code behavior is not as expected

前端 未结 2 1078
情话喂你
情话喂你 2021-01-30 05:46

The following code generates different results under debug mode and release mode (using Visual Studio 2008):

int _tmain(int argc, _TCHAR* argv[])
{

    for( int         


        
2条回答
  •  無奈伤痛
    2021-01-30 06:35

    Assuming your reported facts are correct, this would be a compiler bug. Check the latest version of the compiler. If the bug is still present, submit a bug report.

提交回复
热议问题