Hacker News new | ask | show | jobs
by TinkersW 248 days ago
I dunno, the C++ template implementation of this macro would be far easier to read as it is just normal C++.
1 comments

C++ templates are totally different feature. You couldn't do this with C++ templates.

It was just an example of something that gets very hairy for library implementers but is still quite nice for users.