Skip to content

Commit 0b65894

Browse files
authored
Fix microsoft#5461: Update _MSVC_STL_UPDATE to May 2025 and _MSVC_STL_VERSION to 145
1 parent 8e9f4ee commit 0b65894

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

stl/inc/yvals_core.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -906,8 +906,8 @@
906906
#endif // !defined(_STL_RESTORE_DEPRECATED_WARNING)
907907

908908
#define _CPPLIB_VER 650
909-
#define _MSVC_STL_VERSION 143
910-
#define _MSVC_STL_UPDATE 202504L
909+
#define _MSVC_STL_VERSION 145
910+
#define _MSVC_STL_UPDATE 202505L
911911

912912
#ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH
913913
#if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)

0 commit comments

Comments
 (0)