• R/O
  • HTTP
  • SSH
  • HTTPS

MUtilities: 提交

MUtilities development repository


Commit MetaInfo

修订版6e737fa464a3fa7bc2a7513a95353f9b9dfd0e3f (tree)
时间2018-09-26 04:02:33
作者LoRd_MuldeR <mulder2@gmx....>
CommiterLoRd_MuldeR

Log Message

Added support for Visual Studio 2017.8 (v15.8.5).

更改概述

差异

--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -68,7 +68,7 @@ namespace MUtils
6868 #endif
6969 #elif defined(_MSC_VER)
7070 #if (_MSC_VER == 1915)
71- #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526726))
71+ #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730))
7272 "MSVC 2017.8";
7373 #else
7474 #error Compiler version is not supported yet!
Show on old repository browser