https://issues.dlang.org/show_bug.cgi?id=16508
kinke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from kinke <[email protected]> --- > __traits(classInstanceSize) is broken because it returns a useless value that > doesn't account for the trailing padding required for proper alignment of > object arrays. There's no such thing as class instance arrays, only arrays of class references, so that's a non-issue. --
