Open
Description
Currently there are many C-style castings used in the C++ codebase. This casting style is potentially unsafe and can lead to runtime errors. It is also not recommended by the Google style guide for casting.
The C-style castings can be found e.g. by running cpplint on the entire C++ codebase. Example warning: