Not fixed in VC6. Fixed in VC7.
However, the STDLIB and STL implementations in VC6 and VC7 are very good.
But, they weren't written by Microsoft. They were written by P.J. Plauger's
company.
Regards.
Mark K Vallevand
Fat, dumb and happy. 2 out of 3 ain't bad.
> I remember there was also perfectly good code that broke
> under MSVC. Is this one fixed:
>
> {
> for (int i=0;i<5;i++) {
> // do something
> }
>
> for (int i=7;i<13;i++) {
> // do something else
> }
> }
>
> The second for loop was causing problems with MSVC because
> it choked on the for-block-scoped "int i" declaration.
>
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel