diff options
author | Jose <jose@zeroc.com> | 2016-01-15 12:10:09 +0100 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2016-01-15 12:10:09 +0100 |
commit | a63abe1b0b2f6a0a5c244689332b3f35783c6729 (patch) | |
tree | c08c941cea7dbb6143bed5e296d3ac2d8e92cee2 /cpp/test/Common/TestCommon.cpp | |
parent | Define ICE_HAS_THREAD_SAFE_LOCAL_STATIC with VC140 (diff) | |
download | ice-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.cpp | 6 |
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) { |