[Issue 15604] std.array.array of structs with template opAssign and default initialised "new"ed class member.

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Tue Jan 26 01:19:56 PST 2016


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

--- Comment #1 from John Colvin <john.loughran.colvin at gmail.com> ---
The problem comes from a deeper issue with static initialisers with
indirections, which are just a nightmare.

Nonetheless, here's the fix:
https://github.com/D-Programming-Language/phobos/pull/3952

--


More information about the Digitalmars-d-bugs mailing list