David Megginson writes:
>> 
> It is proper ANSI C++, and neither G++ 3.2 nor MSVC++ seems to have
> any problem with it, but perhaps G++ 2.95 in Linux or Cygwin isn't
> initializing the vector properly 

It is quite easy to check code for portability between libStdC++ versions
http://gcc.gnu.org/fom_serv/cache/14.html

On current Cygwin installations one need only do

c++ test.cxx         // calls 3.2 compiler uses libstdc++-3
c++-2 test.cxx     // calls 2.95 compiler uses libstdc++-2

Regards

Norman




_______________________________________________
Flightgear-devel mailing list
[EMAIL PROTECTED]
http://mail.flightgear.org/mailman/listinfo/flightgear-devel

Reply via email to