From a35c567e2f5af57356c2019727e2cde0c5329c94 Mon Sep 17 00:00:00 2001 From: Andrew Nelless Date: Wed, 8 Mar 2017 18:34:49 +0000 Subject: [PATCH] Remove #define nullptr: it's the future now --- src/lib/common/common.h | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/lib/common/common.h b/src/lib/common/common.h index ed2f7766..6d712e82 100644 --- a/src/lib/common/common.h +++ b/src/lib/common/common.h @@ -113,11 +113,6 @@ // define NULL #include -// 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 #include #include