5 ms·
What's an example of a codebase where _Generic has had a notable positive impact?
by iamed2 6y ago
What's an example of a codebase where _Generic has had a notable positive impact?
- AaronBallman 6y agoNot necessarily a code base, but _Generic is what makes <tgmath.h> implementable for the type-generic math functions.