Catching C++ std::exception in D

Kagamin via Digitalmars-d digitalmars-d at puremagic.com
Wed Nov 11 23:47:15 PST 2015


On Thursday, 12 November 2015 at 07:00:43 UTC, krzaq wrote:
> What about rethrowing C++ exceptions? Are we going to use 
> pointer notation for C++ exceptions? This may be the same under 
> the hood, but looks way different.

std::exception is class, i.e. reference type, so you won't be 
able to throw or catch it by value in D anyway.


More information about the Digitalmars-d mailing list