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

--- Comment #9 from kinke <[email protected]> ---
(In reply to Max Samukha from comment #8)
> > No problem there. But it's the size the compiler uses (for the init symbol,
> > the TypeInfo.initializer() etc.), not some library bug, and it's working.
> 
> Bugs will most likely be revealed in those when/if the align attribute is
> fixed and people start using it.

Nope - again, class instances are never stored consecutively. Only wrapper
structs can be, and as long as they align the backing buffer as required, all
is/will be working fine.

--

Reply via email to