Explorar el Código

test: cleanup

skypjack hace 6 meses
padre
commit
fe872f6a0d
Se han modificado 1 ficheros con 1 adiciones y 3 borrados
  1. 1 3
      test/entt/meta/meta_data.cpp

+ 1 - 3
test/entt/meta/meta_data.cpp

@@ -20,9 +20,7 @@ struct base {
     int value{3};
 };
 
-struct derived: base {
-    derived() = default;
-};
+struct derived: base {};
 
 struct clazz {
     operator int() const {