You're right.  Sorry, I was looking at the version in the JSBSim cvs.
  No exceptions there.
 
From: David Megginson <[EMAIL PROTECTED]>ail.com>
Re: Re: Re: easyxml.cxx tweak  
2006-03-20 17:31
I write more Java than C++, so I might be importing my prejudices, but
wouldn't a return be redundant after throwing an exception?  Each of
the instances looks like this (in the SimGear version, at least):

    XML_ParserFree(parser);
    throw ex;

Reply via email to