Catching C++ Exceptions in D

Jacob Carlborg via Digitalmars-d digitalmars-d at puremagic.com
Tue Jan 5 13:22:49 PST 2016


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

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list