[Issue 19030] CTorFlow checking is too aggressive and only checks whether a this call is present
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Jul  2 10:13:45 UTC 2018
    
    
  
https://issues.dlang.org/show_bug.cgi?id=19030
RazvanN <razvan.nitu1305 at gmail.com> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |razvan.nitu1305 at gmail.com
--- Comment #1 from RazvanN <razvan.nitu1305 at gmail.com> ---
Actually, this is not a bug, it's the intended behavior. It is specified in the
spec that after a delegate constructor call all fields are considered
constructed: https://github.com/dlang/dlang.org/blob/master/spec/struct.dd#L497
.
--
    
    
More information about the Digitalmars-d-bugs
mailing list