• R/O
  • HTTP
  • SSH
  • HTTPS

MUtilities: 提交

MUtilities development repository


Commit MetaInfo

修订版f513a182714e07a47ccc656ad4efe24f475b2bd3 (tree)
时间2018-08-21 01:44:39
作者LoRd_MuldeR <mulder2@gmx....>
CommiterLoRd_MuldeR

Log Message

Added support for Visual Studio 2017.7 (v15.8.1).

更改概述

差异

--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -67,7 +67,13 @@ namespace MUtils
6767 #error Compiler is not supported!
6868 #endif
6969 #elif defined(_MSC_VER)
70- #if (_MSC_VER == 1914)
70+ #if (_MSC_VER == 1915)
71+ #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526726))
72+ "MSVC 2017.8";
73+ #else
74+ #error Compiler version is not supported yet!
75+ #endif
76+ #elif (_MSC_VER == 1914)
7177 #if((_MSC_FULL_VER >= 191426430) && (_MSC_FULL_VER <= 191426433))
7278 "MSVC 2017.7";
7379 #else
Show on old repository browser