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
Ali Çehreli via Digitalmars-d-learn Sat, 21 Jan 2017 16:36:23 -0800
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