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

    this(this) {

TIL! Change the signature and it works without copies:

    this(const(this)) {
        // ...
    }

How did I miss this for so long?

Ali

Reply via email to