pugixml/tests/test_version.cpp

6 lines
99 B
C++
Raw Normal View History

#include "../src/pugixml.hpp"
2018-04-03 07:46:14 +03:00
#if PUGIXML_VERSION != 190
#error Unexpected pugixml version
#endif