This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
gugdun
/
entt
mirror of
https://github.com/skypjack/entt
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
test: more common empty types
Michele Caini
1 năm trước cách đây
mục cha
6ca01d2faf
commit
9891e70a20
1 tập tin đã thay đổi
với
1 bổ sung
và
0 xóa
View chưa được định nghĩa
Hiển thị tình trạng sai khác
1
0
test/common/empty.h
+ 1
- 0
test/common/empty.h
Xem Tập Tin
@@ -4,6 +4,7 @@
namespace test {
namespace test {
struct empty {};
struct empty {};
+struct other_empty {};
} // namespace test
} // namespace test