From 44707b6fe9b0a291791e5df2036b4b073764618b Mon Sep 17 00:00:00 2001 From: YairBorn <77966440+YairBorn@users.noreply.github.com> Date: Mon, 10 Apr 2023 12:11:38 +0300 Subject: [PATCH] Update `yvals_core.h` to April 2023 --- 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 893f73b9d08..6d0d6a7976e 100644 --- a/stl/inc/yvals_core.h +++ b/stl/inc/yvals_core.h @@ -828,7 +828,7 @@ #define _CPPLIB_VER 650 #define _MSVC_STL_VERSION 143 -#define _MSVC_STL_UPDATE 202303L +#define _MSVC_STL_UPDATE 202304L #ifndef _ALLOW_COMPILER_AND_STL_VERSION_MISMATCH #if defined(__CUDACC__) && defined(__CUDACC_VER_MAJOR__)