Hello everybody!
I have an inheritance chain of ReferenceCountedObjects and I want to be able to detect the exact type of a specific ReferenceCountedObjectPtr instance.
(each ReferenceCountedObject object has its own ReferenceCountedObjectPtr object)
The compiler rejected all of my dynamic_cast attempts, how can I find the exact type?
Thanks!
