Skip to content

Commit bfa2cb2

Browse files
authored
Update _MSVC_STL_VERSION to 143 and _MSVC_STL_UPDATE to August 2021 (microsoft#2091)
1 parent d3840f4 commit bfa2cb2

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
@@ -558,8 +558,8 @@
558558
#endif // _STL_RESTORE_DEPRECATED_WARNING
559559

560560
#define _CPPLIB_VER 650
561-
#define _MSVC_STL_VERSION 142
562-
#define _MSVC_STL_UPDATE 202107L
561+
#define _MSVC_STL_VERSION 143
562+
#define _MSVC_STL_UPDATE 202108L
563563

564564
#ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH
565565
#ifdef __CUDACC__

0 commit comments

Comments
 (0)