From 731effc5225e5df9406764cb6b13bf03d7af59c6 Mon Sep 17 00:00:00 2001 From: Melpomenna Date: Wed, 3 Sep 2025 19:12:40 +0700 Subject: [PATCH] update mvcs stl macro to September 2025 fixes #5706 --- 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 56f97244764..d6f55304d10 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -911,7 +911,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 145 -#define _MSVC_STL_UPDATE 202508L +#define _MSVC_STL_UPDATE 202509L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)