diff --git a/include/__config b/include/__config index 9540a114..7cc07fac 100644 --- a/include/__config +++ b/include/__config @@ -249,4 +249,8 @@ template struct __static_assert_check {}; #define constexpr const #endif +#ifndef __has_feature(__x) +#define __has_feature(__x) 0 +#endif + #endif // _LIBCPP_CONFIG