> -----Original Message-----
> From: Norman Vine [mailto:[EMAIL PROTECTED]]
> Sent: 03 January 2003 3:42 pm
> To: [EMAIL PROTECTED]
> Subject: Re: [Flightgear-devel] FG on Cygwin
> 
> 
> Richard Bytheway writes:
> > 
> > Even I know that cout should be found with relative ease by g++.
> 
> not g++ 3.x  which is MUCH pickier about being standards compliant
> ie it respect namespaces
> 
> therefore 'cout' needs to be qualified either by
> 
> 1) adding 
>    using std::cout;
>    before cout is used
> 
> 2) or using std::cout instead of the unqualified cout
> 
> HTH
> 
> Norman
> 
Thanks for your help. That did it.

There were a few couts in the ATC directory that could do with some attention.

Richard

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

Reply via email to