[Issue 24327] LDC --nogc should work for scope class instance
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Thu Jan 11 08:06:29 UTC 2024
https://issues.dlang.org/show_bug.cgi?id=24327
--- Comment #1 from a11e99z <black80 at bk.ru> ---
BTW I prefer:
auto c = scope C();
cuz new X means heap/GC, scope means scope
--
More information about the Digitalmars-d-bugs
mailing list