From 6cb935982d6281f4a806908c6ce65882abe8b0e2 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Sun, 29 Aug 2021 18:43:24 +0200 Subject: [PATCH] storage: removed a couple of old (and wrong) static asserts --- src/entt/entity/storage.hpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/entt/entity/storage.hpp b/src/entt/entity/storage.hpp index 91201a009..c6d8735e0 100644 --- a/src/entt/entity/storage.hpp +++ b/src/entt/entity/storage.hpp @@ -70,9 +70,6 @@ class basic_storage: public basic_sparse_set>; - static_assert(alloc_traits::propagate_on_container_move_assignment::value); - static_assert(alloc_ptr_traits::propagate_on_container_move_assignment::value); - template struct storage_iterator final { using difference_type = typename basic_storage::difference_type;