Curiously recurring template pattern: Difference between revisions

Content deleted Content added
trivial missing word
You can't static_cast from base to derived. Pointers used instead
Line 16:
{
// ...
static_cast<Derived*>(*this).->implementation();
// ...
}