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
@ -2647,12 +2647,14 @@ namespace pugi
|
|||||||
node_output(buffered_writer, *this, indent, flags, depth);
|
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)
|
void xml_node::print(std::ostream& stream, const char* indent, unsigned int flags, unsigned int depth)
|
||||||
{
|
{
|
||||||
xml_writer_stream writer(stream);
|
xml_writer_stream writer(stream);
|
||||||
|
|
||||||
print(writer, indent, flags, depth);
|
print(writer, indent, flags, depth);
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
int xml_node::offset_debug() const
|
int xml_node::offset_debug() const
|
||||||
{
|
{
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user