0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 09:57:57 +08:00
Arseny Kapoulkine 814443b147 Fix exception type for out-of-memory for XPath variables
When parsing XPath variables, we need to perform a heap allocation; if it
fails, an xpath_exception instead of bad_alloc used to be thrown.

Now we throw the exception of a correct type so that xpath_exception means
'parsing error'.
2015-04-11 22:40:30 -07:00
..
2015-03-13 22:13:10 -07:00
2015-03-21 00:14:53 -07:00
2015-04-10 20:45:07 -07:00
2010-05-20 17:51:32 +00:00
2015-03-13 00:18:30 -07:00
2015-03-13 22:13:10 -07:00
2015-03-18 21:20:40 -07:00
2015-03-21 00:14:53 -07:00
2015-03-04 10:44:08 -08:00