Hacker News new | ask | show | jobs
by imron 1840 days ago
From the article:

> Are there any drawbacks to using nullptr instead of NULL? No, unless you target old compilers that don’t support C++11, which is very unlikely.

and OP is specifically targeting c++98.