
On 8/12/2011 10:21 AM, Stewart, Robert wrote:
Brandon Kohn wrote:
On 8/12/2011 9:59 AM, Edward Diener wrote:
The failure I saw occured on msvc-10.0 as well as gcc-4.6.0 so you should revisit your tests so that they catch such a failure.
It doesn't happen with my vc10 installation. When you look at your vc10 version, what does it say? Mine is Version 9.0.30729.1.
cl.exe /version should report 16.X. Are you looking at the Visual Studio version? That should be 10.X. It would seem that you're actually using Visual Studio 2008/VC9 and looking at the Visual Studio version number.
Ah, whoops. You're right. I opened the wrong IDE. (My employer's work is on vc9.) My vc10 version is: 10.0.40219.1 via the IDE's about menu. My command line gives: $ cl -v Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 16.00.40219.01 for 80x86 Copyright (C) Microsoft Corporation. All rights reserved.