[Issue 20365] Copy constructor not invoked on static arrays of structs but the postblit works
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Thu Nov  7 00:10:25 UTC 2019
    
    
  
https://issues.dlang.org/show_bug.cgi?id=20365
kinke <kinke at gmx.net> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |kinke at gmx.net
--- Comment #1 from kinke <kinke at gmx.net> ---
Let's include CatAssign as well for completeness:
S[] c;
c ~= a; // no copy ctor calls, but 4 postblits
--
    
    
More information about the Digitalmars-d-bugs
mailing list