Thanks Sebastian\!

llvm-svn: 115612
This commit is contained in:
Howard Hinnant 2010-10-05 13:38:23 +00:00
parent 7681b41720
commit 69c3cb85ab
1 changed files with 1 additions and 1 deletions

View File

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