From a034cfca98d4408b175938740628a54f57eb7614 Mon Sep 17 00:00:00 2001 From: "B. Stack" Date: Tue, 22 Nov 2022 08:54:34 -0500 Subject: add upstream 11.28 --- zenXml/zenxml/dom.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'zenXml') diff --git a/zenXml/zenxml/dom.h b/zenXml/zenxml/dom.h index 5befdd7f..b42d05d8 100644 --- a/zenXml/zenxml/dom.h +++ b/zenXml/zenxml/dom.h @@ -248,7 +248,7 @@ private: std::list attributes_; //attributes in order of creation std::unordered_map::iterator> attributesByName; //alternate view for lookup - std::list childElements_; //child elements in order of creation + std::list childElements_; //child elements in order of creation std::multimap childElementsByName_; //alternate view for lookup //alternative: std::unordered_map => but let's keep std::map, so which guarantees consistent order of duplicate items! //e.g. std::unordered_map on Linux inserts duplicates in reverse! -- cgit