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.

Reply via email to