pugixml/tests/test_version.cpp

6 lines
100 B
C++
Raw Normal View History

#include "../src/pugixml.hpp"
2022-10-21 06:23:26 +03:00
#if PUGIXML_VERSION != 1130
#error Unexpected pugixml version
#endif