[Issue 6635] std.conv.emplace: enforcement is too weak

2015-06-09 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=6635 Andrei Alexandrescu changed: What|Removed |Added Version|unspecified |D2 --

[Issue 6635] std.conv.emplace: enforcement is too weak

2013-02-05 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6635 Andrej Mitrovic changed: What|Removed |Added Status|ASSIGNED|RESOLVED CC|

[Issue 6635] std.conv.emplace: enforcement is too weak

2012-12-12 Thread d-bugmail
/4bc219451bac54d1b61e14ecd3e3dd2bdcd6c419 Fix Issue 6635 - std.conv.emplace: enforcement is too weak * Issue URL: http://d.puremagic.com/issues/show_bug.cgi?id=6635 -- Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email --- You are receiving this mail because: ---

[Issue 6635] std.conv.emplace: enforcement is too weak

2012-10-26 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6635 Denis Shelomovskij changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Issue 6635] std.conv.emplace: enforcement is too weak

2011-12-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6635 --- Comment #2 from timon.g...@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

[Issue 6635] std.conv.emplace: enforcement is too weak

2011-12-16 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6635 Andrei Alexandrescu changed: What|Removed |Added CC||and...@metalanguage.com --- Comm