Use C++ exception model in D

Jacob Carlborg doob at me.com
Tue Apr 8 03:08:23 PDT 2014


On 08/04/14 09:51, Iain Buclaw wrote:

> We use libunwind, which is the same as what the C++ exception model
> uses, but we implement our own EH routines on-top of that to handle D
> exceptions specifically.  This is typically what all gcc languages
> with EH do.

Is there a reason to not use the same model, or what's required to be 
compatible?

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list