This website works better with JavaScript
Página Principal
Explorar
Ajuda
Registe-se
Iniciar Sessão
gugdun
/
entt
mirror de
https://github.com/skypjack/entt
Vigiar
1
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Wiki
Ver Fonte
test: more common empty types
Michele Caini
há 2 anos atrás
pai
6ca01d2faf
commit
9891e70a20
1 ficheiros alterados
com
1 adições
e
0 exclusões
Visão Dividida
Mostrar Estatísticas Diff
1
0
test/common/empty.h
+ 1
- 0
test/common/empty.h
Ver Ficheiro
@@ -4,6 +4,7 @@
namespace test {
struct empty {};
+struct other_empty {};
} // namespace test