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

6 lines
108 B
C++
Raw Normal View History

#include "../src/pugixml.hpp"
2023-09-07 11:55:13 -07:00
#if PUGIXML_VERSION != 1140 // 1.14
#error Unexpected pugixml version
#endif