[Issue 2282] Struct copy-constructor should call opAssign
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Mon Nov 23 00:30:26 PST 2009
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=2282
Don <clugdbug at yahoo.com.au> changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |INVALID
--- Comment #2 from Don <clugdbug at yahoo.com.au> 2009-11-23 00:30:25 PST ---
Invalid: use postblit instead.
When the types are identical, this(this) gets called, not opAssign.
-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
    
    
More information about the Digitalmars-d-bugs
mailing list