Catching C++ Exceptions in D

Walter Bright via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 5 15:40:50 PST 2016


On 1/5/2016 1:22 PM, Jacob Carlborg wrote:
> On 2016-01-05 21:07, Walter Bright wrote:
>
>> How?
>
> There's something called "__cxa_current_exception_type" [1], can that be of use?
>
> [1] http://libcxxabi.llvm.org/spec.html
>

That only works with C++ types, not D types.


More information about the Digitalmars-d mailing list