Download
Develop
Pastebin
Account
Download
Magazine
Develop
Pastebin
Login
Forgot Account/Password
Create Account
Language
Help
Language
Help
×
Login
Login Name
Password
×
Forgot Account/Password
Category:
Software
People
PersonalForge
Magazine
Wiki
Search
OSDN
>
Find Software
>
MUtilities
>
SCM
> git >
MUtilities
>
Commit
MUtilities
Fork
Description
Project Summary
Developer Dashboard
Web Page
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
Source Code
Code Repository list
Git
MUtilities
R/O
HTTP
SSH
HTTPS
Fork
Summary
SourceTree
Commits
Branches
Tags
Forks
Pull request
MUtilities: Commit
MUtilities development repository
Commit MetaInfo
Revision
e96e437a1d209293d4e21b1d05bdb18bd3bf96c9 (
tree
)
Time
2018-10-25 05:55:32
Author
LoRd_MuldeR <mulder2@gmx....>
Commiter
LoRd_MuldeR
Log Message
Added support for Visual Studio 2017.8 (v15.8.8).
Change Summary
modified:
include/MUtils/Version.h
(
diff
)
Incremental Difference
--- a/include/MUtils/Version.h
+++ b/include/MUtils/Version.h
@@ -68,7 +68,7 @@ namespace MUtils
68
68
#endif
69
69
#elif defined(_MSC_VER)
70
70
#if (_MSC_VER == 1915)
71
- #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526730))
71
+ #if((_MSC_FULL_VER >= 191526726) && (_MSC_FULL_VER <= 191526732))
72
72
"MSVC 2017.8";
73
73
#else
74
74
#error Compiler version is not supported yet!
Show on old repository browser