mirror of
https://github.com/intel/llvm.git
synced 2026-01-20 01:58:44 +08:00
__has_feature crutch
llvm-svn: 115540
This commit is contained in:
@@ -249,4 +249,8 @@ template <unsigned> struct __static_assert_check {};
|
||||
#define constexpr const
|
||||
#endif
|
||||
|
||||
#ifndef __has_feature(__x)
|
||||
#define __has_feature(__x) 0
|
||||
#endif
|
||||
|
||||
#endif // _LIBCPP_CONFIG
|
||||
|
||||
Reference in New Issue
Block a user