From: "Curtis L. Olson" <[EMAIL PROTECTED]> > Frederic Bouvier writes: > > In fact, no, it is not the same. MSVC is having problem with > > SG_USING_STD(for_each). There is already a SG_USING_NAMESPACE(std). > > > > Could you please remove the line containing SG_USING_STD(for_each). > > Should all of the SG_USING_STD() lines be removed? gcc-2.95.4 ignores > this directive so they don't affect me either way.
The other SG_USING_STD() lines are useless but are harmless. For MSVC, you can remove all and keep SG_USING_NAMESPACE(std) Thanks, -Fred _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
