__has_feature crutch

llvm-svn: 115540
This commit is contained in:
Howard Hinnant
2010-10-04 19:01:30 +00:00
parent 2b672e24a5
commit d5a97fc683

View File

@@ -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