OSDN Git Service

Added project/solution files for VS2017.
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 4632fbd..81dd6c4 100644 (file)
@@ -66,7 +66,13 @@ namespace MUtils
                                        #error Compiler is not supported!
                                #endif
                        #elif defined(_MSC_VER)
-                               #if (_MSC_VER == 1900)
+                               #if (_MSC_VER == 1910)
+                                       #if ((_MSC_FULL_VER >= 191025017) && (_MSC_FULL_VER <= 191025019))
+                                               static const char *const COMPILER_VERS = "MSVC 2017.2";
+                                       #else
+                                               #error Compiler version is not supported yet!
+                                       #endif
+                               #elif (_MSC_VER == 1900)
                                        #if (_MSC_FULL_VER == 190023026)
                                                static const char *const COMPILER_VERS = "MSVC 2015";
                                        #elif (_MSC_FULL_VER == 190023506)