[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 and...@erdani.com 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 andrej.mitrov...@gmail.com changed:

   What|Removed |Added

 Status|ASSIGNED|RESOLVED
 CC||andrej.mitrov...@gmail.com
 Resolution||FIXED


-- 
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-12-12 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6635



--- Comment #4 from github-bugzi...@puremagic.com 2012-12-12 07:41:17 PST ---
Commit pushed to master at https://github.com/D-Programming-Language/phobos

https://github.com/D-Programming-Language/phobos/commit/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 verylonglogin@gmail.com changed:

   What|Removed |Added

 Status|NEW |ASSIGNED
 CC||verylonglogin@gmail.com
 AssignedTo|nob...@puremagic.com|verylonglogin@gmail.com


--- Comment #3 from Denis Shelomovskij verylonglogin@gmail.com 2012-10-26 
20:22:09 MSD ---
Fixed in pull 896:
https://github.com/D-Programming-Language/phobos/pull/896

-- 
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

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 will be misaligned.

-- 
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
--- You are receiving this mail because: ---