Hacker News new | ask | show | jobs
by dbartolini 3286 days ago
When I started the project C++11 was not supported well on most compilers. I'm fine with new features when they don't limit my freedom.

I'm fine with nullptr, it is going to replace NULL very soon.

1 comments

You should just replace it and define a nullptr macro for older compiles.