Re: [Flightgear-devel] [Flightgear-commitlogs] SimGear branch, next, updated. 8e75c6be5047bdb0deacc385decc4ff4187c4990

2013-10-14 Thread Thomas Geymayer
2013/10/14 James Turner : > +catch(...) > +{ > + naRuntimeError(c, "Unknown exception in method call."); > +} > + > > I am slightly concerned about catching all exceptions this way - I agree > catching std::exception is worthwhile, with the specialis

Re: [Flightgear-devel] [Flightgear-commitlogs] SimGear branch, next, updated. 8e75c6be5047bdb0deacc385decc4ff4187c4990

2013-10-14 Thread James Turner
On 13 Oct 2013, at 12:04, Flightgear-commitlogs wrote: > +catch(...) > +{ > + naRuntimeError(c, "Unknown exception in method call."); > +} > + I am slightly concerned about catching all exceptions this way - I agree catching std::exception is w