ES.87 (redundant `==` or `!=`) Fix dynamic_cast to Circle pointer (#2168)
The second ES.87 example seemed to mistakenly assume that `Circle` is pointer type, by the way it was using `dynamic_cast`. However, `Circle` is meant to be a class type instead. This fix is consistent with other examples, that also do `dynamic_cast<Circle*>`.2170-hs
parent
e49158aa7e
commit
8789617b23
Loading…
Reference in New Issue