OSDN Git Service

Added support for Visual Studio 2015 with Update-3.
authorLoRd_MuldeR <mulder2@gmx.de>
Sat, 17 Sep 2016 18:36:05 +0000 (20:36 +0200)
committerLoRd_MuldeR <mulder2@gmx.de>
Sat, 17 Sep 2016 18:36:05 +0000 (20:36 +0200)
include/MUtils/Version.h

index 82132ff..755ba9a 100644 (file)
@@ -73,6 +73,8 @@ 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)
+                                               static const char *const COMPILER_VERS = "MSVC 2015.3";
                                        #else
                                                #error Compiler version is not supported yet!
                                        #endif