Michele Caini 1 rok pred
rodič
commit
8c6bbda4db
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      test/entt/meta/meta_func.cpp

+ 0 - 1
test/entt/meta/meta_func.cpp

@@ -42,7 +42,6 @@ void fake_member(base &instance, int value) {
 
 struct derived: base {
     derived() = default;
-        : base{} {}
 };
 
 struct function {