Hello there! My first post here.

I'm attempting to use static_cast to upcast a Base object (which gets downcast using dynamic_cast beforehand for storage in a container). It seems to work...