Files
repertory/3rd_party/pugixml/tests/test_version.cpp
2023-12-10 18:11:20 +00:00

6 lines
105 B
C++

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