storage: removed a couple of old (and wrong) static asserts

This commit is contained in:
Michele Caini
2021-08-29 18:43:24 +02:00
parent 39ad040d8a
commit 6cb935982d

View File

@@ -70,9 +70,6 @@ class basic_storage: public basic_sparse_set<Entity, typename std::allocator_tra
using underlying_type = basic_sparse_set<Entity, typename allocator_traits::template rebind_alloc<Entity>>;
static_assert(alloc_traits::propagate_on_container_move_assignment::value);
static_assert(alloc_ptr_traits::propagate_on_container_move_assignment::value);
template<typename Value>
struct storage_iterator final {
using difference_type = typename basic_storage::difference_type;