diff --git a/src/stdafx.h b/src/stdafx.h index 5104c34108..4af5eb6b64 100644 --- a/src/stdafx.h +++ b/src/stdafx.h @@ -532,7 +532,7 @@ inline void free(const void *ptr) #define PREFETCH_NTA(address) #endif -#if !defined(DISABLE_SCOPE_INFO) && (__cplusplus >= 201103L || defined(__STDCXX_VERSION__) || defined(__GXX_EXPERIMENTAL_CXX0X__) || defined(__GXX_EXPERIMENTAL_CPP0X__)) +#if !defined(DISABLE_SCOPE_INFO) #define USE_SCOPE_INFO #endif