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:
parent
07cda98d66
commit
742a1db2df
1 changed files with 5 additions and 0 deletions
5
tests/test_header_string_iostream.cpp
Normal file
5
tests/test_header_string_iostream.cpp
Normal file
|
@ -0,0 +1,5 @@
|
|||
// Tests compatibility with string/iostream
|
||||
#include <string>
|
||||
#include "../src/pugixml.hpp"
|
||||
#include <istream>
|
||||
#include <ostream>
|
Loading…
Add table
Reference in a new issue