Calls `this(this)` extra with delegate stuff in the code

Ali Çehreli via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Sat Jan 21 16:31:38 PST 2017


On 01/21/2017 03:36 PM, Ali Çehreli wrote:

 > Change the signature and it works without copies:
 >
 >     this(const(this)) {
 >         // ...
 >     }

Ugh... :( It's not a post-blit. Then what is it?

Ali



More information about the Digitalmars-d-learn mailing list