https://issues.dlang.org/show_bug.cgi?id=22638
--- Comment #4 from Walter Bright <[email protected]> --- Even smaller: struct S { this(ref const(S)); ~this(); } extern(C++) void set(const S s); void disp() { S p; return set(p); } --
d-bugmail--- via Digitalmars-d-bugs Wed, 21 Dec 2022 01:14:14 -0800
https://issues.dlang.org/show_bug.cgi?id=22638
--- Comment #4 from Walter Bright <[email protected]> --- Even smaller: struct S { this(ref const(S)); ~this(); } extern(C++) void set(const S s); void disp() { S p; return set(p); } --