pugixml/src
Arseny Kapoulkine 2af2524db5 Fix 'comparison of unsigned expression < 0 is always false' warnings
Unfortunately, some compilers don't suppress these kinds of warnings in
template instantiations; solve this by moving the responsibility for computing
negative bool to the caller.

Also since we're doing that we don't really need to convert to unsigned in the
implementation - might as well have the caller do it, which removes some type
dispatch logic and slightly reduces binary size.
2016-11-17 21:33:54 -08:00
..
pugiconfig.hpp Update version to 1.8 everywhere 2016-11-09 09:02:44 -08:00
pugixml.cpp Fix 'comparison of unsigned expression < 0 is always false' warnings 2016-11-17 21:33:54 -08:00
pugixml.hpp Add format_no_empty_element_tags flag 2016-11-09 09:11:30 -08:00