TDPL draft updated on Safari Rough Cuts
    breezes 
    wangyuanzju at gmail.com
       
    Sat Dec  5 06:54:15 PST 2009
    
    
  
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 { ... }
    
    
More information about the Digitalmars-d-announce
mailing list