commit | b4ac745466ed2f9dcfbc04c7277d496b754520e0 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Tue Oct 05 13:38:23 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Tue Oct 05 13:38:23 2010 +0000 |
tree | bc4bffc10af006b651c9c18910c34c40f7bae39b | |
parent | 002f1d341b37c6db55f1a260f6a6d93233b9eb70 [diff] [blame] |
Thanks Sebastian\! git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115612 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__config b/include/__config index 7cc07fa..d8b0a99 100644 --- a/include/__config +++ b/include/__config
@@ -249,7 +249,7 @@ #define constexpr const #endif -#ifndef __has_feature(__x) +#ifndef __has_feature #define __has_feature(__x) 0 #endif