summaryrefslogtreecommitdiff
path: root/cpp/test/Common/TestCommon.cpp
diff options
context:
space:
mode:
authorJose <jose@zeroc.com>2016-01-15 12:10:09 +0100
committerJose <jose@zeroc.com>2016-01-15 12:10:09 +0100
commita63abe1b0b2f6a0a5c244689332b3f35783c6729 (patch)
treec08c941cea7dbb6143bed5e296d3ac2d8e92cee2 /cpp/test/Common/TestCommon.cpp
parentDefine ICE_HAS_THREAD_SAFE_LOCAL_STATIC with VC140 (diff)
downloadice-a63abe1b0b2f6a0a5c244689332b3f35783c6729.tar.bz2
ice-a63abe1b0b2f6a0a5c244689332b3f35783c6729.tar.xz
ice-a63abe1b0b2f6a0a5c244689332b3f35783c6729.zip
Windows C++ test build fix
Diffstat (limited to 'cpp/test/Common/TestCommon.cpp')
-rw-r--r--cpp/test/Common/TestCommon.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/cpp/test/Common/TestCommon.cpp b/cpp/test/Common/TestCommon.cpp
index edc7b356666..817197fe365 100644
--- a/cpp/test/Common/TestCommon.cpp
+++ b/cpp/test/Common/TestCommon.cpp
@@ -106,11 +106,7 @@ RemoteConfig::RemoteConfig(const std::string& name, int argc, char** argv, const
_server = server;
}
-#ifdef ICE_CPP11_MAPPING
-RemoteConfig::~RemoteConfig() noexcept(false)
-#else
-RemoteConfig::~RemoteConfig()
-#endif
+RemoteConfig::~RemoteConfig() ICE_NOEXCEPT_FALSE
{
if(_server)
{