pikmin2 icon indicating copy to clipboard operation
pikmin2 copied to clipboard

`static_cast` vs C-style casts

Open jonathonbrady opened this issue 3 years ago • 2 comments
trafficstars

We are using both all over the place. Should prefer C++ casts.

jonathonbrady avatar Sep 09 '22 03:09 jonathonbrady

Need to have a look through the code-base and convert the current usages:

@HeartPiece44 @SodiumChlorideLogic @EpochFlame 👀

intns avatar Sep 14 '23 23:09 intns

Bump too. Now we're consolidating files I'll be going through them and seeing what can be statically casted. IIRC they affect code generation, though.

intns avatar May 12 '24 01:05 intns