[Issue 10740] std.concurrency send() fails with structs over 32 bytes

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Wed Sep 2 11:43:20 PDT 2015


https://issues.dlang.org/show_bug.cgi?id=10740

secondaryAccount at web.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |secondaryAccount at web.de

--- Comment #4 from secondaryAccount at web.de ---
still valid with dmd 2.068, but the location of the error changed:
 dmd/phobos/std/variant.d(634): Error: cannot modify immutable expression *p
 dmd/phobos/std/variant.d(420): Error: template instance
std.variant.VariantN!32LU.VariantN.opAssign!(immutable(TooBig)) error
instantiating
[...]

--


More information about the Digitalmars-d-bugs mailing list