diff options
author | Jose <jose@zeroc.com> | 2017-04-20 08:12:37 +0200 |
---|---|---|
committer | Jose <jose@zeroc.com> | 2017-04-20 08:12:37 +0200 |
commit | cc82669355e32cc855a48fb4211e56a2abaf51d0 (patch) | |
tree | 6d33b343cc05fac3c38bd4145ad8b12586578b59 /cpp/include/IceUtil/Config.h | |
parent | Fix UWP package names in build instructions (diff) | |
download | ice-cc82669355e32cc855a48fb4211e56a2abaf51d0.tar.bz2 ice-cc82669355e32cc855a48fb4211e56a2abaf51d0.tar.xz ice-cc82669355e32cc855a48fb4211e56a2abaf51d0.zip |
Visual Studio 2010 support
Diffstat (limited to 'cpp/include/IceUtil/Config.h')
-rw-r--r-- | cpp/include/IceUtil/Config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Config.h b/cpp/include/IceUtil/Config.h index bae76d85663..dda8a8198b3 100644 --- a/cpp/include/IceUtil/Config.h +++ b/cpp/include/IceUtil/Config.h @@ -105,7 +105,7 @@ // #if (__cplusplus >= 201103) || \ ((defined(__GNUC__) && defined(__GXX_EXPERIMENTAL_CXX0X__) && ((__GNUC__* 100) + __GNUC_MINOR__) >= 405)) || \ - (defined(_MSC_VER) && (_MSC_VER >= 1600)) + (defined(_MSC_VER) && (_MSC_VER >= 1900)) # define ICE_CPP11_COMPILER #endif |