diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-11-13 19:02:16 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-11-13 19:02:16 +0000 |
commit | 8f1a304dbfa472e03d06a8cdb3d9cd6f8ce06cc5 (patch) | |
tree | 772bebf1290f2863aa15c426a887932ac2457d6e /src/pugiconfig.hpp | |
parent | 1bdf8e896da3e73d30ba08f08909f2e43c77d8eb (diff) |
Fixed pugiconfig XPath-related comments
git-svn-id: http://pugixml.googlecode.com/svn/trunk@798 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'src/pugiconfig.hpp')
-rw-r--r-- | src/pugiconfig.hpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/pugiconfig.hpp b/src/pugiconfig.hpp index 6b553ae..de60816 100644 --- a/src/pugiconfig.hpp +++ b/src/pugiconfig.hpp @@ -21,11 +21,9 @@ // #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 // Set this to control attributes for public classes/functions, i.e.: |