Multiple destructors and NoGC exceptions?

welkam wwwelkam at gmail.com
Sat Sep 7 19:11:22 UTC 2019


On Saturday, 7 September 2019 at 18:57:18 UTC, Max Haughton wrote:
> I'm m not sure if I'm reading this correctly, but are you aware 
> of dip1008?

dip1008 solves nogc exceptions by making them reference counted. 
If my proposal works it would make exceptions nogc without adding 
extra fields or extra code to be run every time exception goes 
out of scope. Also scoped destructors can be used for other things


More information about the Digitalmars-d mailing list