From f199400f1bf6a445ff037a1ca597aa5801f4ba1b Mon Sep 17 00:00:00 2001 From: Que Date: Sat, 3 Jan 2026 21:11:22 +0530 Subject: [PATCH 1/2] Update _MSVC_STL_UPDATE to January 2026 --- stl/inc/yvals_core.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stl/inc/yvals_core.h b/stl/inc/yvals_core.h index ea67cde8d2a..70114196106 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -922,7 +922,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 145 -#define _MSVC_STL_UPDATE 202512L +#define _MSVC_STL_UPDATE 202601L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__) @@ -1966,3 +1966,4 @@ _EMIT_STL_ERROR(STL1013, "The STL doesn't support /RTCc because it rejects confo #endif // _STL_COMPILER_PREPROCESSOR #endif // _YVALS_CORE_H_ + From 3082be6a123ce8f60e16291e55d19d3bc6f5277c Mon Sep 17 00:00:00 2001 From: Que Date: Sat, 3 Jan 2026 22:16:24 +0530 Subject: [PATCH 2/2] Fixes #5983 updated _MSVC_STL_UPDATE to January 2026 --- stl/inc/yvals_core.h | 1 - 1 file changed, 1 deletion(-) diff --git a/stl/inc/yvals_core.h b/stl/inc/yvals_core.h index 70114196106..db89946fa66 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -1966,4 +1966,3 @@ _EMIT_STL_ERROR(STL1013, "The STL doesn't support /RTCc because it rejects confo #endif // _STL_COMPILER_PREPROCESSOR #endif // _YVALS_CORE_H_ -