OSDN Git Service

Added support for Visual Studio 2015 with Update-1.
authorLoRd_MuldeR <mulder2@gmx.de>
Wed, 9 Dec 2015 19:33:11 +0000 (20:33 +0100)
committerLoRd_MuldeR <mulder2@gmx.de>
Wed, 9 Dec 2015 19:33:11 +0000 (20:33 +0100)
include/MUtils/Version.h

index 3385a86..24baa6a 100644 (file)
@@ -69,6 +69,8 @@ namespace MUtils
                                #if (_MSC_VER == 1900)
                                        #if (_MSC_FULL_VER == 190023026)
                                                static const char *const COMPILER_VERS = "MSVC 2015";
+                                       #elif (_MSC_FULL_VER == 190023506)
+                                               static const char *const COMPILER_VERS = "MSVC 2015.1";
                                        #else
                                                #error Compiler version is not supported yet!
                                        #endif