From 7b419ad9ecc9ff3056102a265a141863e168cd14 Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Wed, 16 Jun 2010 07:48:45 +0000 Subject: 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 --- src/pugixml.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/pugixml.cpp') diff --git a/src/pugixml.cpp b/src/pugixml.cpp index 90023ea..3f871f1 100644 --- a/src/pugixml.cpp +++ b/src/pugixml.cpp @@ -17,10 +17,6 @@ #include "pugixml.hpp" -#if !defined(PUGIXML_NO_XPATH) && defined(PUGIXML_NO_EXCEPTIONS) -#error No exception mode can not be used with XPath support -#endif - #include #include #include -- cgit v1.2.3