[Issue 16455] Wrong code when calling a struct delegate
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Wed Aug 31 15:50:10 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16455
apham <apz28 at hotmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|INVALID                     |---
--- Comment #2 from apham <apz28 at hotmail.com> ---
Based on this https://dlang.org/spec/function.html#closures and the code, the
struct var is not moving anywhere and not out of scope, so it must work
--
    
    
More information about the Digitalmars-d-bugs
mailing list