mirror of
https://github.com/zeux/pugixml.git
synced 2024-12-26 21:04:25 +08:00
44e4d7e40b
Note: this chang also updates PUGIXML_VERSION macro to allow for double-digit minor versions; this preserves the continuity of versions so PUGIXML_VERSION >= 190 will still work.
6 lines
100 B
C++
6 lines
100 B
C++
#include "../src/pugixml.hpp"
|
|
|
|
#if PUGIXML_VERSION != 1100
|
|
#error Unexpected pugixml version
|
|
#endif
|