On Tue, Jun 29, 2004 at 11:19:42PM +0200, Joris Huizer wrote: > The worst thing I know of Visual C++ is, > > for (int i = 0; .... ) > ... > ... > ... > for (int i = 0; .... ) > > won't work as the thing parses as if it's still 1990 (something like > that) - this syntax wasn't legal once
I think this was fixed in VC7.1. I did some work with RogueWave, an STL provider, and AFAIK a very large number of standards violations were fixed in VC7.1, although the list is still long. I know a lot of the gripers were grudingly satisfied with the conformance of 7.1. -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]