0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-26 21:04:25 +08:00
pugixml/tests/test_version.cpp
Arseny Kapoulkine dd50fa5b45 Fix PUGIXML_VERSION macro
Also make sure the line shows up in grep when using the current version
number.

Fixes #478.
2022-02-10 08:36:19 -08:00

6 lines
100 B
C++

#include "../src/pugixml.hpp"
#if PUGIXML_VERSION != 1120
#error Unexpected pugixml version
#endif