0
0
mirror of https://github.com/zeux/pugixml.git synced 2024-12-29 07:19:43 +08:00
pugixml/tests/test_version.cpp
2016-11-09 09:02:44 -08:00

6 lines
99 B
C++

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