Skip to content

Do not use static_cast to downcast from a base to a derived class

Joshua Goins requested to merge work/redstrate/jorge-basso-rebase into master

Also use auto in the few cases where the type is cast and obvious.

Merge request reports