From 74b5511dbcd5d27a01d7abec61611a8dcd4c77ed Mon Sep 17 00:00:00 2001 From: Jonathan G Rennison Date: Sun, 21 Jan 2024 02:04:09 +0000 Subject: [PATCH] Remove C++11 test from USE_SCOPE_INFO condition --- src/stdafx.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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