• R/O
  • HTTP
  • SSH
  • HTTPS

MUtilities: 提交

MUtilities development repository


Commit MetaInfo

修订版d5a84818c08dac9963b5cf483802f672ede55cc5 (tree)
时间2017-08-20 02:34:46
作者LoRd_MuldeR <mulder2@gmx....>
CommiterLoRd_MuldeR

Log Message

Added support for new VS2017 version.

更改概述

差异

--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -66,7 +66,13 @@ namespace MUtils
6666 #error Compiler is not supported!
6767 #endif
6868 #elif defined(_MSC_VER)
69- #if (_MSC_VER == 1910)
69+ #if (_MSC_VER == 1911)
70+ #if (_MSC_FULL_VER == 191125506)
71+ static const char *const COMPILER_VERS = "MSVC 2017.3";
72+ #else
73+ #error Compiler version is not supported yet!
74+ #endif
75+ #elif (_MSC_VER == 1910)
7076 #if ((_MSC_FULL_VER >= 191025017) && (_MSC_FULL_VER <= 191025019))
7177 static const char *const COMPILER_VERS = "MSVC 2017.2";
7278 #else
Show on old repository browser