diff options
Diffstat (limited to 'cpp/src/IceUtil/StringConverter.cpp')
-rw-r--r-- | cpp/src/IceUtil/StringConverter.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/IceUtil/StringConverter.cpp b/cpp/src/IceUtil/StringConverter.cpp index 67e32e0217c..2be15819561 100644 --- a/cpp/src/IceUtil/StringConverter.cpp +++ b/cpp/src/IceUtil/StringConverter.cpp @@ -444,7 +444,7 @@ IceUtil::UTF8ToNative(const string& str, const IceUtil::StringConverterPtr& conv #ifdef ICE_HAS_CODECVT_UTF8 -#if defined(_MSC_VER) && (_MSC_VER == 1900) +#if defined(_MSC_VER) && (_MSC_VER >= 1900) // // Workaround for compiler bug - see http://stackoverflow.com/questions/32055357 // |