pugixml/src
Arseny Kapoulkine 33159924b1 XPath: Clean up out-of-memory parse error handling
Instead of relying on a specific string in the parse result, use
allocator error state to report the error and then convert it to a
string if necessary.

We currently have to manually trigger the OOM error in two places
because we use global allocator in rare cases; we don't really need to
do this so this will be cleaned up later.
2017-02-02 18:40:20 -08:00
..
pugiconfig.hpp Update copyright year to 2017 2017-01-26 20:12:06 -08:00
pugixml.cpp XPath: Clean up out-of-memory parse error handling 2017-02-02 18:40:20 -08:00
pugixml.hpp Update copyright year to 2017 2017-01-26 20:12:06 -08:00