Explorar el Código

test: minor changes

Michele Caini hace 2 años
padre
commit
4a06c41a33
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      test/entt/core/any.cpp

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

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