From bdd311ce191de6de2038c84ef0e768bc6fbfe3cd Mon Sep 17 00:00:00 2001 From: J Guy Davidson Date: Tue, 2 Mar 2021 09:13:57 +0000 Subject: [PATCH] Closes #1707 --- 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 f6d819761f7..19e4301cf80 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -515,7 +515,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 142 -#define _MSVC_STL_UPDATE 202102L +#define _MSVC_STL_UPDATE 202103L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #ifdef __CUDACC__