Skip to content

Modernize XmlTools

Gerhard Raven requested to merge modernize-xmltools into master
  • replace hash_map with std::unordered_map
  • replace stack with std::stack
  • prefer struct in case all methods/data are public
  • use CommonMessaging

Merge request reports