[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: [?] egcs increases C++ binary size dramatically



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
amos@gezernet.co.il             |  by the finest judges in England."
                                |                         -- Anonymous


--
To UNSUBSCRIBE, email to debian-devel-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org


Reply to: