Hacker News new | ask | show | jobs
by iamed2 2250 days ago
What's an example of a codebase where _Generic has had a notable positive impact?
1 comments

Not necessarily a code base, but _Generic is what makes <tgmath.h> implementable for the type-generic math functions.