[Issue 15246] Destructor inheritance doesn't inherit attributes properly
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Fri May 11 02:00:41 UTC 2018
https://issues.dlang.org/show_bug.cgi?id=15246
--- Comment #17 from alexanderheistermann at gmail.com ---
This bug blocks certain Phobos functions from being @nogc as it involves the
destroy function. I am bumping the importance of this to critical status, as
the current workarounds I seen involves taking a sledge hammer approach, as it
forces the compiler to assume @nogc.
Here an example of what I was referring to.
https://www.auburnsounds.com/blog/2016-11-10_Running-D-without-its-runtime.html
--
More information about the Digitalmars-d-bugs
mailing list