[Issue 24327] LDC --nogc should work for scope class instance

2024-01-11 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24327

--- Comment #1 from a11e99z  ---
BTW I prefer:
auto c = scope C();
cuz new X means heap/GC, scope means scope

--


[Issue 24327] LDC --nogc should work for scope class instance

2024-01-10 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=24327

a11e99z  changed:

   What|Removed |Added

Summary|LDC --nogc  |LDC --nogc should work for
   ||scope class instance

--