Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
) 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*>`.
- Loading branch information