Hacker News new | ask | show | jobs
by smallstepforman 28 days ago
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)