It's not just VC++. Comeau online gives the following output:I don't feel like checking the standard at the moment. I'd imagine you'd have to combine several parts to come to a conclusion.Code:Thank you for testing your code with Comeau C/C++! Tell others about http://www.comeaucomputing.com/tryitout ! Your Comeau C/C++ test results are as follows: Comeau C/C++ 4.3.9 (Mar 27 2007 17:24:47) for ONLINE_EVALUATION_BETA1 Copyright 1988-2007 Comeau Computing. All rights reserved. MODE:strict errors C++ C++0x_extensions "ComeauTest.c", line 5: warning: variable "i" is used before its value is set int i = i + 0; ^ In strict mode, with -tused, Compile succeeded (but remember, the Comeau online compiler does not link). Compiled with C++0x extensions enabled.



LinkBack URL
About LinkBacks



CornedBee