[Issue 6635] std.conv.emplace: enforcement is too weak
    d-bugmail at puremagic.com 
    d-bugmail at puremagic.com
       
    Fri Dec 16 15:40:11 PST 2011
    
    
  
http://d.puremagic.com/issues/show_bug.cgi?id=6635
--- Comment #2 from timon.gehr at gmx.ch 2011-12-16 15:40:09 PST ---
Type_Info vptr: 4 bytes
gap:            4 bytes
ulong foo;      8 bytes (requires alignment of 8)
If the class is emplaced at an address that is an odd multiple of four, then
foo will be misaligned.
-- 
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