0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 06:10:55 +08:00
pugixml/tests/test_version.cpp

6 lines
100 B
C++
Raw Normal View History

#include "../src/pugixml.hpp"
2022-10-20 20:23:26 -07:00
#if PUGIXML_VERSION != 1130
#error Unexpected pugixml version
#endif