This version now:
- Allows you to specify a class' (optional) superclass
- Allows you to add a virtual destructor
- Can make a new class non-copyable (with hidden copy constructor and assignment operator)
- Has a sexy icon that matches all the other Xcode template icons.
Could life get any better?
Grab the update from Github here.
2 comments:
Do you prefer to write non-copyability out in full rather than derive from a dedicated NonCopyable base class?
Consultant's answer: it depends.
I'm aiming at making the template maximally useful; and to at least make some people think about the class they create before they just "add" it.
Post a Comment