From 3833936f680b6aff081ad0ba9301dff6a39baa04 Mon Sep 17 00:00:00 2001 From: Amr Elsayyad Date: Sun, 4 Dec 2022 16:06:59 +0200 Subject: [PATCH] Update _MSVC_STL_UPDATE to December 2022 #3251 Resolves #3251 --- 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 ad10a9d0e8..3f41a4eacb 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -794,7 +794,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 143 -#define _MSVC_STL_UPDATE 202211L +#define _MSVC_STL_UPDATE 202212L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)