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

2011-09-08 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6629



--- Comment #1 from timon.g...@gmx.ch 2011-09-08 15:58:32 PDT ---
https://github.com/D-Programming-Language/phobos/pull/249

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


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

2011-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6629


timon.g...@gmx.ch changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||INVALID


--- Comment #2 from timon.g...@gmx.ch 2011-09-09 05:04:22 PDT ---
The enforcement was actually correct, since apparently alignment of
size_t.sizeof is enough.

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


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

2011-09-09 Thread d-bugmail
http://d.puremagic.com/issues/show_bug.cgi?id=6629


timon.g...@gmx.ch changed:

   What|Removed |Added

 Resolution|INVALID |FIXED


--- Comment #3 from timon.g...@gmx.ch 2011-09-09 05:53:08 PDT ---
(In reply to comment #2)
> The enforcement was actually correct, since apparently alignment of
> size_t.sizeof is enough.

It is actually too weak, but enforcing 16-byte alignment is not the correct
solution either, see new try at
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: ---