From: Christophe de V. <cde...@al...> - 2003-07-12 11:21:47
|
Hi all, While discussing about his patch with Eric, we remarked that some functions in libxml++ declare which exceptions may be raised (in Document for example), and some others not. I consider that this is inconsistent. Either we do it for all of them, either not at all. In my opinion we shouldn't do it. Before correcting it this way I'd like to have some other opinions. Please tell me if you think we should : 1. Do not use throw in function declaration or 2. Use it. Thanks, Christophe |