From 7bd6ee0b2e95512474b023b61deeb8fec2e489d9 Mon Sep 17 00:00:00 2001 From: Biswajit Mandal <116893606+Itsbabin@users.noreply.github.com> Date: Tue, 2 Jan 2024 23:00:44 +0530 Subject: [PATCH] Update yvals_core.h fixed #4292 issue --- 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 ed808bf9d97..8d1a10732c2 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -881,7 +881,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 143 -#define _MSVC_STL_UPDATE 202312L +#define _MSVC_STL_UPDATE 202401L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)