Catching C++ std::exception in D
krzaq via Digitalmars-d
digitalmars-d at puremagic.com
Wed Nov 11 23:00:41 PST 2015
On Thursday, 12 November 2015 at 06:50:31 UTC, Walter Bright
wrote:
> In order to interoperate with modern C++, it has been
> abundantly clear for some time that D needs some support for
> C++ exception handling:
>
> [...]
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.
More information about the Digitalmars-d
mailing list