summaryrefslogtreecommitdiff
path: root/src/pugiconfig.hpp
diff options
context:
space:
mode:
authorarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-16 07:48:45 +0000
committerarseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640>2010-06-16 07:48:45 +0000
commit7b419ad9ecc9ff3056102a265a141863e168cd14 (patch)
tree859292c7e22106044ae27fb2aa02fee92624d00c /src/pugiconfig.hpp
parent4394a588c2d8f07b12201592054234cb321f37e5 (diff)
Automatically disable XPath when either PUGIXML_NO_STL or PUGIXML_NO_EXCEPTIONS is defined
git-svn-id: http://pugixml.googlecode.com/svn/trunk@524 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r--src/pugiconfig.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp
index ef55644..bc49895 100644
--- a/src/pugiconfig.hpp
+++ b/src/pugiconfig.hpp
@@ -17,12 +17,13 @@
// Uncomment this to enable wchar_t mode
// #define PUGIXML_WCHAR_MODE
-// Uncomment this to disable STL
-// #define PUGIXML_NO_STL
-
// Uncomment this to disable XPath
// #define PUGIXML_NO_XPATH
+// Uncomment this to disable STL
+// Note: you can't use XPath with PUGIXML_NO_STL
+// #define PUGIXML_NO_STL
+
// Uncomment this to disable exceptions
// Note: you can't use XPath with PUGIXML_NO_EXCEPTIONS
// #define PUGIXML_NO_EXCEPTIONS