• R/O
  • HTTP
  • SSH
  • HTTPS

MUtilities: 提交

MUtilities development repository


Commit MetaInfo

修订版2c95becf74730a78a57415ca66b58a77469f248e (tree)
时间2018-04-28 21:46:28
作者LoRd_MuldeR <mulder2@gmx....>
CommiterLoRd_MuldeR

Log Message

Added support for Visual Studio 2017.6 (v15.6.7).

更改概述

差异

--- 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 == 1913)
71- #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326131))
71+ #if((_MSC_FULL_VER >= 191326128) && (_MSC_FULL_VER <= 191326132))
7272 "MSVC 2017.6";
7373 #else
7474 #error Compiler version is not supported yet!
Show on old repository browser