From cb7bc73355977526c42a321f4f38ae4d1577ee64 Mon Sep 17 00:00:00 2001 From: "Mr. Algorithm" <148683640+ravixalgorithm@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:33:54 +0530 Subject: [PATCH] resolves #891 --- 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 7a7f6d007ea..39445da8170 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -888,7 +888,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 143 -#define _MSVC_STL_UPDATE 202406L +#define _MSVC_STL_UPDATE 202407L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)