games202-hw/hw2/prt/ext/pugixml/tests/test_version.cpp

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

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