January 11, 2024
https://issues.dlang.org/show_bug.cgi?id=24327

a11e99z <black80@bk.ru> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|LDC --nogc                  |LDC --nogc should work for
                   |                            |scope class instance

--
January 11, 2024
https://issues.dlang.org/show_bug.cgi?id=24327

--- Comment #1 from a11e99z <black80@bk.ru> ---
BTW I prefer:
auto c = scope C();
cuz new X means heap/GC, scope means scope

--