TDPL draft updated on Safari Rough Cuts
    Andrei Alexandrescu 
    SeeWebsiteForEmail at erdani.org
       
    Sat Dec  5 09:41:42 PST 2009
    
    
  
breezes wrote:
> Andrei Alexandrescu Wrote:
> 
>> After a very long delay, Safari finally updated the TDPL draft on their 
>> Rough Cuts service (http://my.safaribooksonline.com/roughcuts). They 
>> claim things will be back to normal now, and that another update 
>> (containing almost the entire book) is due in a week.
>>
>> Andrei
> 
> A small error in section 6.6.1
> 
> class PostUltimateWidget : Widget { .. . } // Error!
>   // Cannot inherit from a final class
> 
> should be:
> 
> class PostUltimateWidget : UltimateWidget { ... }
> 
> 
Thanks, added to the worklist.
Andrei
    
    
More information about the Digitalmars-d-announce
mailing list