Catching C++ Exceptions in D

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


On 2016-01-05 18:23, Walter Bright wrote:

> C++ rethrows as well need to be done by calling a C++ function to do it.

Seems to be easy with "__cxa_rethrow", takes no arguments and doesn't 
return anything.

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list