pugixml/tests/test_version.cpp

6 lines
108 B
C++
Raw Permalink Normal View History

#include "../src/pugixml.hpp"
2023-09-07 21:55:13 +03:00
#if PUGIXML_VERSION != 1140 // 1.14
#error Unexpected pugixml version
#endif