Files
epfl-archive/cs440-acg/ext/pugixml/tests/test_version.cpp
2022-04-07 18:46:57 +02:00

6 lines
104 B
C++

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