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

Changeset 3639

Show
Ignore:
Timestamp:
06/19/08 05:23:05 (6 months ago)
Author:
larsivi
Message:

Workaround for erroneous type deduction in DMD 1.031

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/tango/text/convert/TimeStamp.d

    r3587 r3639  
    143143        // use the featherweight formatter ... 
    144144        T[14] tmp = void; 
    145         return Util.layout (output, "%0, %1 %2 %3 %4:%5:%6 GMT",  
     145        return Util.layout (output, cast(T[])"%0, %1 %2 %3 %4:%5:%6 GMT",  
    146146                            Days[date.dow], 
    147147                            convert (tmp[0..2], date.day),