[Issue 14638] The last (in lexical order) copy of an object must be a move

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Mon Jun 1 08:26:07 PDT 2015


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

--- Comment #4 from Andrei Alexandrescu <andrei at erdani.com> ---
(In reply to Jonathan M Davis from comment #3)
> However, I don't understand what you mean by dynamic and static uses. Is a
> dynamic use one that may or may not be the last one hit depending on what
> occurs after it, whereas a static use is guaranteed to be the last use if
> it's hit?

Static is as you read the code in lexical order, dynamic is as it actually gets
executed.

--


More information about the Digitalmars-d-bugs mailing list