From a28f86bfd60ba9a80675bc2c53b0ca305ad1e8fc Mon Sep 17 00:00:00 2001 From: God-father1 <58758331+God-father1@users.noreply.github.com> Date: Sat, 4 Jul 2020 23:04:46 +0530 Subject: [PATCH] First open source contribution! Updated #define --- stl/inc/yvals_core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stl/inc/yvals_core.h b/stl/inc/yvals_core.h index 50a0074dd17..ca5767506c8 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -489,7 +489,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 142 -#define _MSVC_STL_UPDATE 202006L +#define _MSVC_STL_UPDATE 202007L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #ifdef __EDG__