OSDN Git Service

Added support for newer version of VS2022 + ignore the same warnings in "Release...
[mutilities/MUtilities.git] / include / MUtils / Version.h
index 16ea2ed..0d0f9d6 100644 (file)
@@ -67,7 +67,11 @@ namespace MUtils
                                                #error Compiler is not supported!
                                        #endif
                                #elif defined(_MSC_VER)
-                                       #if (_MSC_VER == 1930)
+                                       #if (_MSC_VER == 1932)
+                                               "MSVC 2022.2";
+                                       #elif (_MSC_VER == 1931)
+                                               "MSVC 2022.1";
+                                       #elif (_MSC_VER == 1930)
                                                #if (_MSC_FULL_VER <= 193030706)
                                                        "MSVC 2022.0";
                                                #else