9 Aug
2010
9 Aug
'10
8:23 p.m.
AMDG Louis Lavery wrote:
/Od /I "C:\boost_1_42_0" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_VC80_UPGRADE=0x0710" /D "_MBCS" /Gm /EHsc /RTC1 /MTd /Za /Fo"Debug\\" /Fd"Debug\vc90.pdb" /W4 /WX /nologo /c /ZI /TP /errorReport:prompt
It's /Za that causes the problem. You can either turn it off (Language -> Disable Language Extensions = No), or disable the specific warning (Advanced -> Disable Specific Warnings). The code in question conforms to the standard.
BTW, I haven't seen my original post on boost-users, just this reply, and the same thing happened last time. Any idea what I'm doing wrong?
You don't normally receive a copy of your own posts. In Christ, Steven Watanabe