This website works better with JavaScript
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
gugdun
/
tinyxml2
espejo de
https://github.com/leethomason/tinyxml2
Seguir
1
Destacar
0
Fork
0
Archivos
Incidencias
0
Wiki
Explorar el Código
fix: remove unnecessary assert
Levente Batuska
hace 11 meses
padre
9148bdf719
commit
afff7bf328
Se han
modificado 1 ficheros
con
0 adiciones
y
1 borrados
Dividir vista
Mostrar estadísticas de diff
0
1
tinyxml2.h
+ 0
- 1
tinyxml2.h
Ver fichero
@@ -266,7 +266,6 @@ public:
}
size_t Size() const {
- TIXMLASSERT( _size >= 0 );
return _size;
}