0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-28 06:10:55 +08:00
pugixml/tests/test_version.cpp
2015-03-18 21:20:40 -07:00

6 lines
104 B
C++

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