Closed GoogleCodeExporter closed 9 years ago
In fact, this is already implemented in trunk. XPath does not use STL
internally (and all XPath allocations go through custom allocators); the only
place which uses STL is xpath_query::evaluate_string (there is a different
overload available that does not use it).
You can either use the trunk version, or wait for the next release (which is
expected in two months or so).
Original comment by arseny.k...@gmail.com
on 10 Sep 2010 at 11:44
Thanks. I will take a look in the trunk.
Original comment by sures...@gmail.com
on 13 Sep 2010 at 3:19
pugixml-1.0 is out; all internal allocations now use the custom allocation
functions, if any.
Original comment by arseny.k...@gmail.com
on 31 Oct 2010 at 6:21
Original issue reported on code.google.com by
sures...@gmail.com
on 10 Sep 2010 at 9:21