Hacker News new | ask | show | jobs
by ecma 2785 days ago
Thanks, I hate it. I'm a bit bemused about this bizarro case_N.h trickery. I'm also almost positive __COUNTER__ would be adequate and entirely remove the need for __LINE__ as suggested in the addendum which is likely to be quite large in any non-trivial source unit. I mean, something gcc this way comes I guess...
1 comments

__COUNTER__ is not standardized. Repeated inclusion is.