Author: d0k
Date: Sun Mar  8 13:20:22 2015
New Revision: 231604

URL: http://llvm.org/viewvc/llvm-project?rev=231604&view=rev
Log:
Fix the MSVC build.

Type traits are hard.

Modified:
    cfe/trunk/include/clang/Lex/Token.h

Modified: cfe/trunk/include/clang/Lex/Token.h
URL: 
http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Lex/Token.h?rev=231604&r1=231603&r2=231604&view=diff
==============================================================================
--- cfe/trunk/include/clang/Lex/Token.h (original)
+++ cfe/trunk/include/clang/Lex/Token.h Sun Mar  8 13:20:22 2015
@@ -287,8 +287,6 @@ public:
   }
 };
 
-static_assert(std::is_pod<Token>::value, "Token should be a POD type!");
-
 /// \brief Information about the conditional stack (\#if directives)
 /// currently active.
 struct PPConditionalInfo {


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to