From dd898dd5efe9e4567f5163f47898e2d90318962d Mon Sep 17 00:00:00 2001 From: Charlie Lin Date: Mon, 30 Mar 2026 11:29:21 -0400 Subject: [PATCH] Bump _MSVC_STL_UPDATE --- 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 4a6cbbe3e3..e2180293de 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -903,7 +903,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 145 -#define _MSVC_STL_UPDATE 202603L +#define _MSVC_STL_UPDATE 202604L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)