On 5/5/22 6:40 AM, rempas wrote:
ref My_File opAssign(ref const My_File s) return { return this; }
Your assignment operator does nothing. -Steve
Steven Schveighoffer via Digitalmars-d-learn Thu, 05 May 2022 07:26:47 -0700
On 5/5/22 6:40 AM, rempas wrote:
ref My_File opAssign(ref const My_File s) return { return this; }
Your assignment operator does nothing. -Steve