From 3579de9141b796047bcde9701d756fcc01d4a297 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Mon, 26 Jan 2009 06:10:36 +0000 Subject: Fixed nostl mode git-svn-id: http://pugixml.googlecode.com/svn/trunk@115 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index b6a1dd8..a0f3a58 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -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 { -- cgit v1.2.3