This website requires JavaScript.
Explore
Help
Sign In
3party
/
pugixml
Watch
0
Star
0
Fork
0
You've already forked pugixml
mirror of
https://github.com/zeux/pugixml.git
synced
2024-12-31 00:13:01 +08:00
Code
Issues
Projects
Releases
Wiki
Activity
pugixml
/
tests
/
test_version.cpp
6 lines
104 B
C++
Raw
Normal View
History
Unescape
Escape
tests: Added version test git-svn-id: http://pugixml.googlecode.com/svn/trunk@831 99668b35-9821-0410-8761-19e4c4f06640
2011-12-20 10:34:37 +00:00
#
include
"../src/pugixml.hpp"
Update PUGIXML_VERSION define git-svn-id: https://pugixml.googlecode.com/svn/trunk@973 99668b35-9821-0410-8761-19e4c4f06640
2014-02-10 05:11:05 +00:00
#
if PUGIXML_VERSION != 140
tests: Added version test git-svn-id: http://pugixml.googlecode.com/svn/trunk@831 99668b35-9821-0410-8761-19e4c4f06640
2011-12-20 10:34:37 +00:00
#
error Unexpected pugixml version
#
endif
Reference in New Issue
Copy Permalink