On Wed, 20 Mar 2002 22:55:23 +0100
Christian Mayer <[EMAIL PROTECTED]> wrote:
>
>So there used to be a lot of STL problems where Linux coders wrote non
>standard compliant STL code that brok on MSVC. (They are not really to
>blame as they have no chance to test their code on MSVC; and they are
>definitely not doing it on puropse)
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.
While I'm here: does the current JSBSim compile without
problems under MSVC?
Jon
_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel