[Issue 14466] destructive move

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 2 01:05:00 PDT 2015


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

--- Comment #1 from Martin Nowak <code at dawg.eu> ---
This should only be allowed on "value" declarations to avoid complications like
destructive move via ref parameter in a function call or moving of array
elements.

--


More information about the Digitalmars-d-bugs mailing list