diff options
Diffstat (limited to 'gdbsupport/packed.h')
-rw-r--r-- | gdbsupport/packed.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gdbsupport/packed.h b/gdbsupport/packed.h index 8035535..5c817d4 100644 --- a/gdbsupport/packed.h +++ b/gdbsupport/packed.h @@ -80,9 +80,7 @@ public: static_assert (alignof (packed) == 1); /* Make sure packed can be wrapped with std::atomic. */ -#if HAVE_IS_TRIVIALLY_COPYABLE static_assert (std::is_trivially_copyable<packed>::value); -#endif static_assert (std::is_copy_constructible<packed>::value); static_assert (std::is_move_constructible<packed>::value); static_assert (std::is_copy_assignable<packed>::value); |