D2 port of Tango
    mta`chrono 
    chrono at mta-international.net
       
    Wed Dec 28 05:33:32 PST 2011
    
    
  
>> Another thing, I got many problems generating documentation.
>>
>> $ make doc -f posix.mak 
>> ...
>> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
>> tango/core/RuntimeTraits.d(569): use of typedef is deprecated; use alias instead
>> ...
>>
> 
> Me too!
I've fixed that. Solution was just to replace typedef with alias on Line
569. Just do `git pull`.
    
    
More information about the Digitalmars-d-announce
mailing list