ES-DE/external/pugixml/tests/test_version.cpp

6 lines
100 B
C++

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