diff --git a/contrib/C++11/cpp11.h b/contrib/C++11/cpp11.h index c7804b941..937b94c57 100644 --- a/contrib/C++11/cpp11.h +++ b/contrib/C++11/cpp11.h @@ -172,8 +172,8 @@ #elif __cplusplus > 199711L #define HAS_NULLPTR_T 1 #else - // No idea--better safe than sorry? - #define HAS_NULLPTR_T 0 + // No idea--better safe than sorry! + #define HAS_NULLPTR_T 1 #endif #if ! HAS_NULLPTR_T