logoalt Hacker News

smallstepformantoday at 3:59 AM0 repliesview on HN

c++ uses rich type system to avoid aliasing when it can, as well as template meta programming.

Eg: delete_scene(void *arg) vs delete_scene<T>(T *arg)