Skip to content

Commit 2546d6a

Browse files
committed
turn off exceptions in pugixml
1 parent 03694d2 commit 2546d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/third_party/pugixml/pugiconfig.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
// #define PUGIXML_NO_STL
2525

2626
// Uncomment this to disable exceptions
27-
// #define PUGIXML_NO_EXCEPTIONS
27+
#define PUGIXML_NO_EXCEPTIONS
2828

2929
// Set this to control attributes for public classes/functions, i.e.:
3030
// #define PUGIXML_API __declspec(dllexport) // to export all public symbols from DLL

0 commit comments

Comments
 (0)