OSDN Git Service

Added support for VS2022 Update-6.
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 398a5fe..5e05cc6 100644 (file)
@@ -67,7 +67,11 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1932)
+                                       #if (_MSC_VER == 1936)
+                                               "MSVC 2022.6";
+                                       #elif (_MSC_VER == 1933)
+                                               "MSVC 2022.3";
+                                       #elif (_MSC_VER == 1932)
                                                "MSVC 2022.2";
                                        #elif (_MSC_VER == 1931)
                                                "MSVC 2022.1";