[Issue 24562] inout on the copy constructor makes it so that a normal opAssign does not work with multiple layers of objects

d-bugmail at puremagic.com d-bugmail at puremagic.com
Sat May 25 18:15:04 UTC 2024


https://issues.dlang.org/show_bug.cgi?id=24562

Jonathan M Davis <issues.dlang at jmdavisProg.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|blocker                     |major

--- Comment #1 from Jonathan M Davis <issues.dlang at jmdavisProg.com> ---
Okay. In our current situation we were able to work around the issue via
explicit opAssigns, so I reduce this from being marked as a blocker, but in
cases where you're dealing with templated code outside your control, that won't
work. So, this is still a major issue.

--


More information about the Digitalmars-d-bugs mailing list