]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/antlr2/antlr/CharStreamException.hpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / antlr2 / antlr / CharStreamException.hpp
index ee7ad43729ef553ef8fa435d0640de0ddf1897c7..96e3b416fd15521446df0858bcfba226bc44dd4e 100644 (file)
@@ -19,7 +19,7 @@ class ANTLR_API CharStreamException : public ANTLRException {
 public:
        CharStreamException(const ANTLR_USE_NAMESPACE(std)string& s)
                : ANTLRException(s) {}
-       ~CharStreamException() throw() {}
+       ~CharStreamException() _NOEXCEPT {}
 };
 
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE