Curiously recurring template pattern: Difference between revisions

Content deleted Content added
DumZiBoT (talk | contribs)
m Bot: Converting bare references, using ref names to avoid duplicates, see FAQ
Line 28:
{
// ...
static_castdynamic_cast<Derived*>(this)->implementation();
// ...
}