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 2af835db0c8..ec5668a4e75 100644 --- a/cpp/src/IceUtil/StringConverter.cpp +++ b/cpp/src/IceUtil/StringConverter.cpp @@ -5,7 +5,7 @@ // TODO codecvt was deprecated in C++17 and cause build failures in C++17 mode // For VC++ we should replace this code with MultiByteToWideChar() and WideCharToMultiByte() #if defined(_MSC_VER) && (_MSVC_LANG >= 201703L) -# define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING +# define _SILENCE_CXX17_CODECVT_HEADER_DEPRECATION_WARNING #elif (__cplusplus >= 201703L) # include <IceUtil/DisableWarnings.h> #endif |