diff --git a/test/support/count_new.hpp b/test/support/count_new.hpp index 937a00b2..72d4bc4f 100644 --- a/test/support/count_new.hpp +++ b/test/support/count_new.hpp @@ -5,6 +5,10 @@ # include # include +#ifndef __has_feature +# define __has_feature(x) +#endif + #if __has_feature(address_sanitizer) \ || __has_feature(memory_sanitizer) #define DISABLE_NEW_COUNT