diff options
Diffstat (limited to 'cpp/src/Ice/Exception.cpp')
-rw-r--r-- | cpp/src/Ice/Exception.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/src/Ice/Exception.cpp b/cpp/src/Ice/Exception.cpp index 8377c6c2230..7114d693664 100644 --- a/cpp/src/Ice/Exception.cpp +++ b/cpp/src/Ice/Exception.cpp @@ -129,7 +129,7 @@ Ice::LocalException::LocalException(const char* file, int line) : { } -Ice::LocalException::~LocalException() throw() +Ice::LocalException::~LocalException() ICE_NOEXCEPT { } @@ -138,7 +138,7 @@ Ice::SystemException::SystemException(const char* file, int line) : { } -Ice::SystemException::~SystemException() throw() +Ice::SystemException::~SystemException() ICE_NOEXCEPT { } |