diff options
-rw-r--r-- | llvm/include/llvm/DebugInfo/CodeView/StreamArray.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h b/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h index 03dc4ae5a6f..bc21b20d49d 100644 --- a/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h +++ b/llvm/include/llvm/DebugInfo/CodeView/StreamArray.h @@ -111,8 +111,6 @@ template <typename T> class FixedStreamArrayIterator; template <typename T> class FixedStreamArray { friend class FixedStreamArrayIterator<T>; - static_assert(std::is_trivially_constructible<T>::value, - "FixedStreamArray must be used with trivial types"); public: FixedStreamArray() : Stream() {} |