0
0
mirror of https://github.com/zeux/pugixml.git synced 2025-01-14 18:07:59 +08:00
pugixml/tests/test_version.cpp

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

#include "../src/pugixml.hpp"
2018-04-02 21:46:14 -07:00
#if PUGIXML_VERSION != 190
#error Unexpected pugixml version
#endif