0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-17 04:50:23 +08:00

Fix compilation warning in some configurations

This commit is contained in:
Arseny Kapoulkine 2015-04-21 10:02:26 -07:00
parent cbf3807ad4
commit a414c5c52d

View File

@ -1691,6 +1691,7 @@ PUGI__NS_BEGIN
assert(begin + size == end);
(void)!end;
(void)!size;
}
#ifndef PUGIXML_NO_STL