> Murray mentioned on a Bugzilla that replacing these with static_cast<> is
> always good.
I think static_cast<> is very clear with what happens, data should not be changed just intepreted as the wanted type. There are cases then exactly this is needed and then it is really good.