Re: c++ exceptions
Re: c++ exceptions
- Subject: Re: c++ exceptions
- From: Chris Ridd <email@hidden>
- Date: Tue, 16 Mar 2010 17:54:10 +0000
On 16 Mar 2010, at 07:35, Kevin Van Vechten wrote:
> Generally speaking, most Apple authored code avoids the use of exceptions for flow control and instead reserves exceptions for programmatic errors (i.e. array index out of bounds), especially in libraries and frameworks. I'm not aware of any instances of exceptions being exposed across API boundaries on Mac OS X.
WebKit uses exceptions. I *think* I've seen exceptions coming back from WebKit into Obj-C code, but I couldn't swear to it right now.
Cheers,
Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Darwin-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden