This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Check of throw qualifiers


Hi Sergio,

> Should this be an error? gcc does not complain about that.

It's an error.  It's a runtime error, not something GCC will complain about.

>Quoting the manual, is it a "Regrettable thing we can't change" or a "Known problem"?

In my opinion, a known "C++ exceptions are not as nice as Java exceptions, and I wish they were" regrettable thing we can't change.

HTH,
--Eljay


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]