This website works better with JavaScript
صفحهٔ اصلی
گشتوگذار
راهنما
ثبت نام
ورود
gugdun
/
entt
mirrorاز
https://github.com/skypjack/entt
دنبال کردن
1
ستاره دار
0
انشعاب
0
پروندهها
مشکلات
0
ویکی
فهرست منبع
test: more common empty types
Michele Caini
2 سال پیش
والد
6ca01d2faf
کامیت
9891e70a20
1فایلهای تغییر یافته
به همراه
1 افزوده شده
و
0 حذف شده
نمای یکپارچه
نمایش آمار تفاوت ها
1
0
test/common/empty.h
+ 1
- 0
test/common/empty.h
مشاهده فایل
@@ -4,6 +4,7 @@
namespace test {
namespace test {
struct empty {};
struct empty {};
+struct other_empty {};
} // namespace test
} // namespace test