]> git.saurik.com Git - apple/security.git/blobdiff - OSX/libsecurity_codesigning/antlr2/antlr/CharStreamIOException.hpp
Security-59754.80.3.tar.gz
[apple/security.git] / OSX / libsecurity_codesigning / antlr2 / antlr / CharStreamIOException.hpp
index ebbb0fd674582dc053fee031d884fa2e884bd17c..f4bdcd2200cd0f2a9cfbc7ecbee446238e3e5f27 100644 (file)
@@ -21,7 +21,7 @@ public:
 
        CharStreamIOException(ANTLR_USE_NAMESPACE(std)exception& e)
                : CharStreamException(e.what()), io(e) {}
-       ~CharStreamIOException() throw() {}
+       ~CharStreamIOException() _NOEXCEPT {}
 };
 
 #ifdef ANTLR_CXX_SUPPORTS_NAMESPACE