Hacker News new | ask | show | jobs
by pjmlp 1985 days ago
You missed, C17 introduced lightweight generics via _Generic and C2X plans to extend it further.
1 comments

Tiny correction, _Generic was introduced in C11.
Thanks, that is what happens when I don't cross check my memories. :)