Remove #define nullptr: it's the future now

This commit is contained in:
Andrew Nelless 2017-03-08 18:34:49 +00:00
parent 58e2ece498
commit a35c567e2f
1 changed files with 0 additions and 5 deletions

View File

@ -113,11 +113,6 @@
// define NULL // define NULL
#include <stddef.h> #include <stddef.h>
// if not c++0x, future proof code by allowing use of nullptr
#ifndef nullptr
# define nullptr NULL
#endif
// make assert available since we use it a lot // make assert available since we use it a lot
#include <assert.h> #include <assert.h>
#include <stdlib.h> #include <stdlib.h>