Fix the MSVC build.

Type traits are hard.

llvm-svn: 231604
This commit is contained in:
Benjamin Kramer 2015-03-08 18:20:22 +00:00
parent d503c1c531
commit 72b7d3ed4b
1 changed files with 0 additions and 2 deletions

View File

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