浏览代码

Thanks Sebastian\!

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115612 91177308-0d34-0410-b5e6-96231b3b80d8
Howard Hinnant 15 年之前
父节点
当前提交
b4ac745466
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      include/__config

+ 1 - 1
include/__config

@@ -249,7 +249,7 @@ template <unsigned> struct __static_assert_check {};
 #define constexpr const
 #endif
 
-#ifndef __has_feature(__x)
+#ifndef __has_feature
 #define __has_feature(__x) 0
 #endif