On Wednesday, 4 April 2018 at 15:18:30 UTC, Andrei Alexandrescu wrote:
On 04/04/2018 09:18 AM, 12345swordy wrote:
On Wednesday, 4 April 2018 at 04:49:10 UTC, Andrei Alexandrescu wrote:
[...]

No attempts to make class deallocation @nogc attribute friendly? This is a major PIA for me. The current attempts at this involve various workarounds (See automem library for example), which even then does not solve all the problems it currently have.

Can you please give more detail on that? You mean the destructor of Object is automatically generated with a bad signature?

I'm not them, but I think they were referring to the fact that destructors can't be @nogc for classes.

Relevant forum thread:
https://forum.dlang.org/post/pnswjnosrlfazgscu...@forum.dlang.org

Reply via email to