This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
gugdun
/
entt
espejo de
https://github.com/skypjack/entt
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
test: more common empty types
Michele Caini
hace 2 años
padre
6ca01d2faf
commit
9891e70a20
Se han
modificado 1 ficheros
con
1 adiciones
y
0 borrados
Dividir vista
Mostrar estadísticas de diff
1
0
test/common/empty.h
+ 1
- 0
test/common/empty.h
Ver fichero
@@ -4,6 +4,7 @@
namespace test {
struct empty {};
+struct other_empty {};
} // namespace test