فهرست منبع

test: cleanup

Michele Caini 1 سال پیش
والد
کامیت
8c6bbda4db
1فایلهای تغییر یافته به همراه0 افزوده شده و 1 حذف شده
  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 {