Download Reference Manual
The Developer's Library for D
About Wiki Forums Source Search Contact

Ticket #450: tango-time.patch

File tango-time.patch, 415 bytes (added by afb, 1 year ago)

tango-time.patch

  • tango/core/Type.d

    old new  
    2525 
    2626public enum Time : long  
    2727{ 
     28        Zero = 0L, /* initializer, workaround for GDC */ 
     29 
    2830        TicksPerMillisecond = 10000, 
    2931        TicksPerSecond = TicksPerMillisecond * 1000, 
    3032        TicksPerMinute = TicksPerSecond * 60,