OSDN Git Service

Added support for VS 2015.3 with KB3165756 installed.
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 755ba9a..bbe84f6 100644 (file)
@@ -73,7 +73,7 @@ namespace MUtils
                                                static const char *const COMPILER_VERS = "MSVC 2015.1";
                                        #elif (_MSC_FULL_VER == 190023918)
                                                static const char *const COMPILER_VERS = "MSVC 2015.2";
-                                       #elif (_MSC_FULL_VER == 190024210)
+                                       #elif (_MSC_FULL_VER == 190024210) || (_MSC_FULL_VER == 190024215)
                                                static const char *const COMPILER_VERS = "MSVC 2015.3";
                                        #else
                                                #error Compiler version is not supported yet!