forked from OSchip/llvm-project
Fix the MSVC build.
Type traits are hard. llvm-svn: 231604
This commit is contained in:
parent
d503c1c531
commit
72b7d3ed4b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue