From db5d6af29b12864f3085b01b3c245dc40f06b465 Mon Sep 17 00:00:00 2001 From: Eric Fiselier Date: Tue, 27 Jan 2015 23:05:41 +0000 Subject: [PATCH] Fix definition of __has_feature in r227263 git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@227264 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/support/count_new.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/support/count_new.hpp b/test/support/count_new.hpp index 72d4bc4f..dac99e05 100644 --- a/test/support/count_new.hpp +++ b/test/support/count_new.hpp @@ -6,7 +6,7 @@ # include #ifndef __has_feature -# define __has_feature(x) +# define __has_feature(x) 0 #endif #if __has_feature(address_sanitizer) \