This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
gugdun
/
tinyxml2
mirror da
https://github.com/leethomason/tinyxml2
Segui
1
Vota
0
Forka
0
File
Problemi
0
Wiki
Sfoglia il codice sorgente
fix: remove unnecessary assert
Levente Batuska
11 mesi fa
parent
9148bdf719
commit
afff7bf328
1 ha cambiato i file
con
0 aggiunte
e
1 eliminazioni
Visualizzazione separata
Mostra Diff Stats
0
1
tinyxml2.h
+ 0
- 1
tinyxml2.h
Vedi File
@@ -266,7 +266,6 @@ public:
}
size_t Size() const {
- TIXMLASSERT( _size >= 0 );
return _size;
}