Can't call destroy in nogc context, even though the class destructor being called is marked @nogc

12345swordy via Digitalmars-d digitalmars-d at puremagic.com
Sun Jul 9 10:27:51 PDT 2017


I have submitted a bug report regarding this:
https://issues.dlang.org/show_bug.cgi?id=17592

This is IMO severely limit the usage of emplace and destroy when 
it comes to manual memory management. The solutions that I find 
here involves very hackish solutions which is not idea for me.

Alex


More information about the Digitalmars-d mailing list