On Tue, 27 Jan 2015 09:40:08 +0000, Daniel Kozak wrote:

> import std.stdio;
> import std.conv;
> 
> struct S {
>      @disable this();
> }
> 
> final class C {
> }
> 
> void main() {
>      writeln(C.sizeof);
>      writeln(S.sizeof);
> }

blind guess: vmt with "toString()" from Object? ;-)

Attachment: signature.asc
Description: PGP signature

Reply via email to