mirror of
https://github.com/RPCS3/pugixml.git
synced 2026-07-21 01:15:21 -04:00
tests: Added new test for string/istream include interaction (this actually fails on DMC)
git-svn-id: http://pugixml.googlecode.com/svn/trunk@865 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
// Tests compatibility with string/iostream
|
||||
#include <string>
|
||||
#include "../src/pugixml.hpp"
|
||||
#include <istream>
|
||||
#include <ostream>
|
||||
Reference in New Issue
Block a user