On Wed, Apr 08, 1998 at 01:01:46AM +0200, Marcus Brinkmann wrote: > However, you can give the compiler a hint that a function does not throw any > exceptions by adding throw() at the right place: > > class ABC { > ABC (int theInt) throw(); > }
Shouldn't the compiler still handle eceptions in functions which call functions which throw exceptions? If so, this probably means that you should have exceptions handled in any binary which uses a function which throws exceptions (e.g. almost any STL container). Cheers, --Amos -- --Amos Shapira | "Of course Australia was marked for | glory, for its people had been chosen [EMAIL PROTECTED] | by the finest judges in England." | -- Anonymous -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]