This website works better with JavaScript
Trang chủ
Khám phá
Trợ giúp
Đăng ký
Đăng nhập
gugdun
/
tinyxml2
mirror of
https://github.com/leethomason/tinyxml2
Xem
1
Star
0
Fork
0
Các tập tin
Các vấn đề
0
Wiki
Browse Source
fix: remove unnecessary assert
Levente Batuska
11 tháng trước cách đây
mục cha
9148bdf719
commit
afff7bf328
1 tập tin đã thay đổi
với
0 bổ sung
và
1 xóa
Split View
Hiển thị tình trạng sai khác
0
1
tinyxml2.h
+ 0
- 1
tinyxml2.h
Xem Tập Tin
@@ -266,7 +266,6 @@ public:
}
size_t Size() const {
- TIXMLASSERT( _size >= 0 );
return _size;
}