Files
archived-pugixml/tests/test_version.cpp
2015-10-10 13:07:53 -07:00

6 lines
99 B
C++

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