Remove the is_trivially_copyable check entirely.
This is still breaking builds because some compilers think this type is not trivially copyable even when it should be. Reverting this static_assert until I have time to investigate. llvm-svn: 295529
Loading
Please sign in to comment