Error: incompatible types for 'shared(SysTime)' and 'shared(SysTime)'

ag0aep6g anonymous at example.com
Thu Sep 13 16:59:12 UTC 2018


On 09/13/2018 03:25 PM, Arafel wrote:
>          // How can we update the timestamp? Neither of those work
>          timestamp = Clock.currTime;
>          timestamp = cast(shared) Clock.currTime;

cast() timestamp = Clock.currTime;


More information about the Digitalmars-d-learn mailing list