Thanks for your help,but why my test case can compile and run well on VS2012, they do not fix this bug still?
在 2012-10-31 10:54:22,"Richard Smith" <richard@metafoo.co.uk> 写道:
They will never fix this bug. There is far too much code relying on it.
C++ programs generally have very poor portability between implementations,
but moving from MSVC in particular is well-known to be painful. This is
unlikely to be the only problem you're going to run into.
Thanks, in fact i had meet a problem caused by MSVC do allow spec,i did not realized another MSVC problem came,out of my thought.
在 2012-10-31 13:02:57,"John McCall" <rjmccall@apple.com> 写道: