Browse Source

test: minor changes

Michele Caini 2 năm trước cách đây
mục cha
commit
4a06c41a33
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      test/entt/core/any.cpp

+ 2 - 0
test/entt/core/any.cpp

@@ -16,6 +16,8 @@
 #include "../common/non_movable.h"
 
 struct empty {
+    empty() = default;
+
     empty(const empty &) = default;
     empty &operator=(const empty &) = default;