Index: llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h =================================================================== --- llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h +++ llvm/trunk/include/llvm/DebugInfo/CodeView/StreamArray.h @@ -111,8 +111,6 @@ template class FixedStreamArray { friend class FixedStreamArrayIterator; - static_assert(std::is_trivially_constructible::value, - "FixedStreamArray must be used with trivial types"); public: FixedStreamArray() : Stream() {}