From ff304ef2f0714441fee37a3024425ae36cd61785 Mon Sep 17 00:00:00 2001 From: Martin Date: Tue, 29 Sep 2015 11:09:35 +0200 Subject: [PATCH] Reverting selected changes based on discussion --- src/pugixml.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 6846cf0..20b35a2 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -1254,7 +1254,7 @@ namespace pugi // Construct XPath node from XML node/attribute xpath_node(const xml_node& node); - explicit xpath_node(const xml_attribute& attribute, const xml_node& parent); + xpath_node(const xml_attribute& attribute, const xml_node& parent); // Get node/attribute, if any xml_node node() const; @@ -1302,7 +1302,7 @@ namespace pugi xpath_node_set(); // Constructs a set from iterator range; data is not checked for duplicates and is not sorted according to provided type, so be careful - explicit xpath_node_set(const_iterator begin, const_iterator end, type_t type = type_unsorted); + xpath_node_set(const_iterator begin, const_iterator end, type_t type = type_unsorted); // Destructor ~xpath_node_set();