commit | 26994e383c00471d23476a569b00803be0e201a4 | [log] [tgz] |
---|---|---|
author | Howard Hinnant <hhinnant@apple.com> | Mon Oct 04 19:01:30 2010 +0000 |
committer | Howard Hinnant <hhinnant@apple.com> | Mon Oct 04 19:01:30 2010 +0000 |
tree | a88ea5e2b6a01e4bfab677cddaa624205b9c79d9 | |
parent | 611fdaf2290948d7359836520802b4ce8dfad0e1 [diff] [blame] |
__has_feature crutch git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@115540 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/include/__config b/include/__config index 9540a11..7cc07fa 100644 --- a/include/__config +++ b/include/__config
@@ -249,4 +249,8 @@ #define constexpr const #endif +#ifndef __has_feature(__x) +#define __has_feature(__x) 0 +#endif + #endif // _LIBCPP_CONFIG