Thread overview
[Issue 20360] std.variant doesn't do postblit/dtor correctly for large structs
Nov 06, 2019
John Colvin
Nov 06, 2019
John Colvin
Jan 05, 2020
berni44
Dec 17, 2022
Iain Buclaw
November 06, 2019
https://issues.dlang.org/show_bug.cgi?id=20360

John Colvin <john.loughran.colvin@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |industry

--
November 06, 2019
https://issues.dlang.org/show_bug.cgi?id=20360

--- Comment #1 from John Colvin <john.loughran.colvin@gmail.com> ---
related to https://issues.dlang.org/show_bug.cgi?id=12944

--
January 05, 2020
https://issues.dlang.org/show_bug.cgi?id=20360

berni44 <bugzilla@d-ecke.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |bugzilla@d-ecke.de

--- Comment #2 from berni44 <bugzilla@d-ecke.de> ---
On my computer the static array u can contain up to 24 element to work. Together with the 8 bytes of the pointer this looks like 32 bytes is the magic border.

--
December 17, 2022
https://issues.dlang.org/show_bug.cgi?id=20360

Iain Buclaw <ibuclaw@gdcproject.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P1                          |P2

--