DIP 1014

Stanislav Blinov stanislav.blinov at gmail.com
Wed Oct 3 14:00:22 UTC 2018


On Wednesday, 3 October 2018 at 13:56:29 UTC, Stanislav Blinov 
wrote:

Aendment, this should of course be:

>     this(Tracker oldLocation) {
>         localCounter = oldLocation.locaclCounter;
>         counter = oldLocation.counter;
>         if( counter is &oldLocation.localCounter )
>             counter = &localCounter;
>     }
>



More information about the Digitalmars-d mailing list