[Issue 19986] Can't assign large const T to std.Variant.VariantN

d-bugmail at puremagic.com d-bugmail at puremagic.com
Mon Jul 1 13:39:54 UTC 2019


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

--- Comment #3 from John Colvin <john.loughran.colvin at gmail.com> ---
(In reply to Atila Neves from comment #2)
> I'm unsure of why this is a bug.

Why would you expect it to work for const(ubyte[32]) or ubyte[33] but not for
const(ubyte[33])?

--


More information about the Digitalmars-d-bugs mailing list