Bernie Bright <[EMAIL PROTECTED]> wrote: > Remove > > SG_USING_STD(queue); > > and replace > > static queue <Message*> Messages; > > with > > static std::queue <Message*> Messages;
Bernie's the champ. But I also had to replace queue <FGJSBBase::Message*> FGJSBBase::Messages; with std::queue <FGJSBBase::Message*> FGJSBBase::Messages; in line 74. The machine is really slow, so I have to wait for the compiler to see if the result is really a complete binary, Martin. -- Unix _IS_ user friendly - it's just selective about who its friends are ! -------------------------------------------------------------------------- _______________________________________________ Flightgear-devel mailing list [EMAIL PROTECTED] http://mail.flightgear.org/mailman/listinfo/flightgear-devel
