pugixml/tests/test_version.cpp
2018-04-02 21:46:14 -07:00

6 lines
99 B
C++

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