Skip to content

v2.0.4 Oh, wait now.

Compare
Choose a tag to compare
@dwd dwd released this 10 Sep 11:14
· 2 commits to master since this release
28b12fe

Turns out that changing the enum into and enum class causes a lot of pointless rewriting, so this imports the names into the rapidxml namespace directly with a "using enum", so no code changes are needed anymore.

What's Changed

  • Import node_type into rapidxml namespace by @dwd in #24

Full Changelog: v2.0.3...v2.0.4