diff --git a/src/pugixml.hpp b/src/pugixml.hpp index 4e4bbb6..dc887a9 100644 --- a/src/pugixml.hpp +++ b/src/pugixml.hpp @@ -92,7 +92,7 @@ #ifdef PUGIXML_HAS_NOEXCEPT # define PUGIXML_NOEXCEPT noexcept # ifdef PUGIXML_COMPACT -# define PUGIXML_NOEXCEPT_IF_NOT_COMPACT noexcept(false) +# define PUGIXML_NOEXCEPT_IF_NOT_COMPACT # else # define PUGIXML_NOEXCEPT_IF_NOT_COMPACT noexcept # endif