diff options
| author | Howard Hinnant <hhinnant@apple.com> | 2010-10-05 13:38:23 +0000 |
|---|---|---|
| committer | Howard Hinnant <hhinnant@apple.com> | 2010-10-05 13:38:23 +0000 |
| commit | 69c3cb85abe3c797c5194781c65a339da610a923 (patch) | |
| tree | 1e151c75e71415b5468f795f79bce214ad857ce8 | |
| parent | 7681b41720e359242c7837dd65d0c2ac51ead437 (diff) | |
| download | bcm5719-llvm-69c3cb85abe3c797c5194781c65a339da610a923.tar.gz bcm5719-llvm-69c3cb85abe3c797c5194781c65a339da610a923.zip | |
Thanks Sebastian\!
llvm-svn: 115612
| -rw-r--r-- | libcxx/include/__config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libcxx/include/__config b/libcxx/include/__config index 7cc07fac3a0..d8b0a99a1f5 100644 --- a/libcxx/include/__config +++ b/libcxx/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 |

