Details
-
Task
-
Resolution: Unresolved
-
Not Evaluated
-
None
-
6.8.0
-
None
Description
We document dynamic_cast as something to avoid, but have used it in a few places.
If we want to support an RTTI-free build of Qt, we need to get rid of dynamic_cast where possible, and std::any.