Re: [Flightgear-devel] jsbsim.cxx compile fail with VC++ 2010

2011-05-08 Thread Torsten Dreyer
> Just a heads up for today´s Git update. > > JSBSim.cxx(732): error C3861: 'round': identifier not found > > Atmosphere->SetProbabilityOfExceedence( > round(TurbulenceSeverityTable.GetValue( tmp ) ) > > Something else that is not in the MS version of the standard. ;-)

[Flightgear-devel] jsbsim.cxx compile fail with VC++ 2010

2011-05-08 Thread Alan Teeder
Just a heads up for today´s Git update. JSBSim.cxx(732): error C3861: 'round': identifier not found Atmosphere->SetProbabilityOfExceedence( round(TurbulenceSeverityTable.GetValue( tmp ) ) Something else that is not in the MS version of the standard. ;-) Alan ---