https://issues.dlang.org/show_bug.cgi?id=13492
RazvanN <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WONTFIX --- Comment #1 from RazvanN <[email protected]> --- I don't understand how you could elide the call to the postblit since you need to pass a copy to the function. The bits will be blitted anyway and the postblit might update a pointer that is shared between instances (consider reference counting). Anyway, postblit has design flaws so we will not pursue fixing it any further. --
