Curiously recurring template pattern: Difference between revisions

Content deleted Content added
m it's > its - it's does not mean belonging to it, it is only a contraction of it is, or it has
THe inheritance must be public to be able to call interface() and static_fun() from Derived.
Line 51:
};
 
struct Derived : public Base<Derived>
{
void implementation();