Browse Source

test: make toolset v141 happy again :)

Michele Caini 2 years ago
parent
commit
235ed63e3b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/entt/entity/sparse_set.cpp

+ 1 - 1
test/entt/entity/sparse_set.cpp

@@ -33,7 +33,7 @@ template<typename Type>
 struct SparseSet: testing::Test {
     using type = Type;
 
-    inline static const std::array deletion_policy{
+    inline static const std::array<entt::deletion_policy, 3u> deletion_policy{
         entt::deletion_policy::swap_and_pop,
         entt::deletion_policy::in_place,
         entt::deletion_policy::swap_only,