Hacker News new | ask | show | jobs
by gpderetta 1841 days ago
What else then? In c++11 you would of course use nullptr_t, but the OP code is pre-c++11.

GCC used to use a magic builtin in pre C++11 to implement NULL, but IIRC they removed it as non-conforming.