Fixed nostl mode

git-svn-id: http://pugixml.googlecode.com/svn/trunk@115 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
arseny.kapoulkine 2009-01-26 06:10:36 +00:00
parent c20b3a73e2
commit 3579de9141

View file

@ -2647,12 +2647,14 @@ namespace pugi
node_output(buffered_writer, *this, indent, flags, depth);
}
#ifndef PUGIXML_NO_STL
void xml_node::print(std::ostream& stream, const char* indent, unsigned int flags, unsigned int depth)
{
xml_writer_stream writer(stream);
print(writer, indent, flags, depth);
}
#endif
int xml_node::offset_debug() const
{