https://issues.dlang.org/show_bug.cgi?id=13552
Walter Bright <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Walter Bright <[email protected]> --- patrickkh7788 commented on github: "I think it should not work like this. the Proxy type could be used with a pointer into a resource, with @disable this(this) to prevent the pointer copy from one to other. allow this could introduce unwanted memory pointer copy and result in a null pointer." He's got a point. This is an invalid bug. --
