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

--- Comment #6 from Walter Bright <bugzi...@digitalmars.com> ---
(In reply to ag0aep6g from comment #5)
> Reopening because these very slight variations are still accepted:
> 
> 1) hosts[n] = Unaligned(0, new Victim);
> 2) Unaligned u = { p: new Victim }; hosts[n] = u;

I don't know what that means. Can you please post a complete example?

--

Reply via email to