Y
Hacker News
new
|
ask
|
show
|
jobs
by
silentvoice
4122 days ago
Curious it doesn't mention C11's __Generic macro. A very nice way to achieve a lot of useful "overloading" behavior.
http://en.wikipedia.org/wiki/C11_%28C_standard_revision%29
2 comments
ux
4122 days ago
I was simply not aware of it as I never really looked deeply at the features of anything posterior to C99 (I only vaguely remember the thread features that look appealing). That's interesting, I might end up mentioning it in the conclusion later.
Thank you.
link
ndesaulniers
4122 days ago
The largest issue I see with this is compiler vendors dragging there feet on C11 support, vs C++11 support which is much much more competitive.
link
Thank you.