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