diff options
author | Benoit Foucher <benoit@zeroc.com> | 2017-01-26 18:12:02 +0100 |
---|---|---|
committer | Benoit Foucher <benoit@zeroc.com> | 2017-01-26 18:12:02 +0100 |
commit | b0f45efeb19159bdda8e62d0abdfc150d50b8c2b (patch) | |
tree | 1b1fb7ce858d9cfc9c43f0be4beee97ab1c76d40 /cpp/src/Ice/CommunicatorI.cpp | |
parent | Fixed JS tests to run again Ice/exceptions and optionals test with bidir (diff) | |
download | ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.tar.bz2 ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.tar.xz ice-b0f45efeb19159bdda8e62d0abdfc150d50b8c2b.zip |
Fixed ICE-6920 - Communicator::destroy is now noexcept
Diffstat (limited to 'cpp/src/Ice/CommunicatorI.cpp')
-rw-r--r-- | cpp/src/Ice/CommunicatorI.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/Ice/CommunicatorI.cpp b/cpp/src/Ice/CommunicatorI.cpp index a6678b4bd3f..c47a3299c19 100644 --- a/cpp/src/Ice/CommunicatorI.cpp +++ b/cpp/src/Ice/CommunicatorI.cpp @@ -30,7 +30,7 @@ using namespace Ice; using namespace IceInternal; void -Ice::CommunicatorI::destroy() +Ice::CommunicatorI::destroy() ICE_NOEXCEPT { if(_instance) { |