Remove C++11 test from USE_SCOPE_INFO condition
This commit is contained in:
@@ -532,7 +532,7 @@ inline void free(const void *ptr)
|
|||||||
#define PREFETCH_NTA(address)
|
#define PREFETCH_NTA(address)
|
||||||
#endif
|
#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
|
#define USE_SCOPE_INFO
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user