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

Reply via email to