pugixml/src
Arseny Kapoulkine 83b894b8f1 XPath: Implement move semantics support
xpath_query, xpath_node_set and xpath_variable_set are now moveable.

This is a nice performance optimization for variable/node sets, and enables
storing xpath_query in containers without using pointers (it's only possible
now since the query is not copyable).
2015-04-21 19:42:31 -07:00
..
pugiconfig.hpp Update year to 2015 2015-03-20 20:47:14 -07:00
pugixml.cpp XPath: Implement move semantics support 2015-04-21 19:42:31 -07:00
pugixml.hpp XPath: Implement move semantics support 2015-04-21 19:42:31 -07:00