Explorar el Código

Merge pull request #1020 from lbatuska/master

Remove unnecessary assert >=0 on size_t
Lee Thomason hace 1 año
padre
commit
a93163d2f5
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0 1
      tinyxml2.h

+ 0 - 1
tinyxml2.h

@@ -266,7 +266,6 @@ public:
     }
 
     size_t Size() const {
-        TIXMLASSERT( _size >= 0 );
         return _size;
     }