OSDN Git Service

Added support for Visual Studio 2019.6 (v16.6).
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 1d4cb79..038cd4b 100644 (file)
@@ -67,7 +67,9 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1925)
+                                       #if (_MSC_VER == 1926)
+                                               "MSVC 2019.6";
+                                       #elif (_MSC_VER == 1925)
                                                "MSVC 2019.5";
                                        #elif (_MSC_VER == 1924)
                                                "MSVC 2019.4";
                                                "MSVC 2019.5";
                                        #elif (_MSC_VER == 1924)
                                                "MSVC 2019.4";