Fixed nostl mode
git-svn-id: http://pugixml.googlecode.com/svn/trunk@115 99668b35-9821-0410-8761-19e4c4f06640
This commit is contained in:
parent
c20b3a73e2
commit
3579de9141
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue