@nogc and exceptions

Vladimir Panteleev via Digitalmars-d digitalmars-d at puremagic.com
Fri Sep 12 14:41:16 PDT 2014


On Friday, 12 September 2014 at 21:36:31 UTC, Johannes Pfau wrote:
> I suggest looking at the C++ implementation. There's the 
> throw-by-value
> catch-by-reference idiom. C++ must store/copy this exception 
> somewhere,
> maybe they have a clever solution.

But then we can't have exception stack traces.


More information about the Digitalmars-d mailing list