https://issues.dlang.org/show_bug.cgi?id=17415
--- Comment #2 from Eduard Staniloiu <[email protected]> --- I might be wrong, but since you are disabling the postblit wouldn't you want to define the class ctor as: class C { this(const ref S) { /* magic */ } } --
