https://issues.dlang.org/show_bug.cgi?id=14486
--- Comment #2 from [email protected] --- Commits pushed to master at https://github.com/D-Programming-Language/dmd https://github.com/D-Programming-Language/dmd/commit/2c6618d3015d9ea1969a298d1da3293fa18a48b9 fix Issue 14486 - delete on classes ignores @nogc Also check other attributes, pure @safe and nothrow in DeleteExp https://github.com/D-Programming-Language/dmd/commit/5665dc7aadc241996d6f405866b1c3735c39c403 Merge pull request #4860 from 9rnsr/fix14486 Issue 14486 - delete on classes ignores @nogc --
