From 1ea53e16dd8d4f37092813e8da7839b96f599bc6 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Fri, 8 Dec 2006 14:25:56 +0000 Subject: More NO_STL fixes git-svn-id: http://pugixml.googlecode.com/svn/trunk@14 99668b35-9821-0410-8761-19e4c4f06640 --- src/pugixml.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/pugixml.hpp') diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 6f9bd6e..739caaa 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -14,6 +14,9 @@ #ifndef HEADER_PUGIXML_HPP #define HEADER_PUGIXML_HPP +// Uncomment this to disable STL +// #define PUGIXML_NO_STL + #ifndef PUGIXML_NO_STL # include # include -- cgit v1.2.3